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
17bed9de
Commit
17bed9de
authored
14 years ago
by
Piotr Ożarowski
Browse files
Options
Downloads
Patches
Plain Diff
suggest --install-layout=deb
parent
401e0517
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+2
-2
2 additions, 2 deletions
debian/changelog
dh_python2
+3
-0
3 additions, 0 deletions
dh_python2
with
5 additions
and
2 deletions
debian/changelog
+
2
−
2
View file @
17bed9de
python-defaults (2.6.5-4)
UNRELEASED
; urgency=low
python-defaults (2.6.5-4)
unstable
; urgency=low
[ Piotr Ożarowski ]
* dh_python2:
...
...
@@ -11,7 +11,7 @@ python-defaults (2.6.5-4) UNRELEASED; urgency=low
* Additonal Python 3 related policy changes:
- Clarify that helper specific policy does not apply to Python 3
-- Piotr Ożarowski <piotr@debian.org>
Su
n, 2
0
Jun 2010
16:13:24 -04
00
-- Piotr Ożarowski <piotr@debian.org>
Mo
n, 2
1
Jun 2010
23:50:22 +02
00
python-defaults (2.6.5-3) unstable; urgency=low
...
...
This diff is collapsed.
Click to expand it.
dh_python2
+
3
−
0
View file @
17bed9de
...
...
@@ -89,6 +89,9 @@ def fix_locations(package):
'
found in two locations:
\n
%s
\n
%s
'
,
ver
,
location
,
found_versions
[
ver
])
exit
(
2
)
log
.
info
(
'
Python %s should install files in %s.
'
'
Did you forget
"
--install-layout=deb
"
?
'
,
ver
,
sitedir
(
version
))
if
not
isdir
(
dstdir
):
os
.
makedirs
(
dstdir
)
# TODO: what about relative symlinks?
...
...
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