Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-defaults
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pkg
python-defaults
Commits
7fae4cbe
Commit
7fae4cbe
authored
14 years ago
by
Piotr Ożarowski
Browse files
Options
Downloads
Patches
Plain Diff
typo
parent
b6e26c64
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/rules
+0
-1
0 additions, 1 deletion
debian/rules
debpython/pydist.py
+0
-1
0 additions, 1 deletion
debpython/pydist.py
dh_python2
+2
-2
2 additions, 2 deletions
dh_python2
with
2 additions
and
4 deletions
debian/rules
+
0
−
1
View file @
7fae4cbe
...
...
@@ -144,7 +144,6 @@ stamp-dh_python:
dh_installdirs
DESTDIR=debian/python make install-dev
DESTDIR=debian/python-minimal make install-runtime
find debian/python-minimal
touch $@
# Build architecture-independent files here.
...
...
This diff is collapsed.
Click to expand it.
debpython/pydist.py
+
0
−
1
View file @
7fae4cbe
...
...
@@ -25,7 +25,6 @@ import os
import
re
from
os.path
import
exists
,
isdir
,
join
from
subprocess
import
PIPE
,
Popen
from
sys
import
exit
from
debpython.version
import
vrepr
,
getver
,
get_requested_versions
from
debpython.tools
import
memoize
...
...
This diff is collapsed.
Click to expand it.
dh_python2
+
2
−
2
View file @
7fae4cbe
...
...
@@ -200,7 +200,7 @@ def create_ext_links(dir1):
def
share_2x
(
dir1
,
dir2
,
dc
=
None
):
"""
Move common files to pyshared and create symlinks in original
locations.
"""
debian
,
package
,
path
=
dir2
.
split
(
'
/
'
,
3
)
debian
,
package
,
path
=
dir2
.
split
(
'
/
'
,
2
)
# dir1 starts with debian/packagename/usr/lib/pythonX.Y/*-packages/
dstdir
=
join
(
debian
,
package
,
'
usr/share/pyshared/
'
,
\
'
/
'
.
join
(
dir1
.
split
(
'
/
'
)[
6
:]))
...
...
@@ -581,7 +581,7 @@ def main():
elif
ext_for
is
False
:
# extension's version not detected
if
options
.
vrange
and
'
-
'
not
in
vrange_str
(
options
.
vrange
):
ver
=
vrange_str
(
options
.
vrange
)
else
:
# try shebang or defau
k
t Python version
else
:
# try shebang or defau
l
t Python version
ver
=
(
list
(
v
for
i
,
v
in
details
.
get
(
'
shebangs
'
,
[])
if
v
)
or
[
None
])[
0
]
or
DEFAULT
args
+=
"
-V %s
"
%
vrepr
(
ver
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment