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
9c620347
Commit
9c620347
authored
14 years ago
by
Piotr Ożarowski
Browse files
Options
Downloads
Patches
Plain Diff
* move dh_python2 to python package
* rename dh sequence file to python2
parent
09e35ccf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
debian/changelog
+2
-1
2 additions, 1 deletion
debian/changelog
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
python2.pm
+0
-0
0 additions, 0 deletions
python2.pm
with
4 additions
and
3 deletions
Makefile
+
1
−
1
View file @
9c620347
...
...
@@ -15,7 +15,7 @@ install-dev:
$(
INSTALL
)
-m
644 runtime.d/
*
$(
DESTDIR
)$(
PREFIX
)
/share/python/runtime.d/
$(
INSTALL
)
-m
644 autoscripts/
*
$(
DESTDIR
)$(
PREFIX
)
/share/debhelper/autoscripts/
$(
INSTALL
)
-m
755 dh_python2
$(
DESTDIR
)$(
PREFIX
)
/bin/
$(
INSTALL
)
-m
644
dh_
python2.pm
$(
DESTDIR
)$(
PREFIX
)
/share/perl5/Debian/Debhelper/Sequence/
$(
INSTALL
)
-m
644 python2.pm
$(
DESTDIR
)$(
PREFIX
)
/share/perl5/Debian/Debhelper/Sequence/
install-runtime
:
$(
INSTALL
)
-m
755
-d
$(
DESTDIR
)$(
PREFIX
)
/share/python/debpython
$(
DESTDIR
)$(
PREFIX
)
/bin
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
2
−
1
View file @
9c620347
...
...
@@ -4,8 +4,9 @@ python-defaults (2.6.5-2) UNRELEASED; urgency=low
* dh_python2:
- create extension symlinks in /usr/lib/pyshared/pythonX.Y
- add support for debian/pydist-overrides
- add dh sequence file (use "--with
dh_
python2" in debian/rules)
- add dh sequence file (use "--with python2" in debian/rules)
- some bugs fixed
- moved from python-dev to python package
* Support for Python3 removed in dh_python2, pycompile and pyclean
(moved to python3-defaults)
* debian/copyright: Add a note about dh_python2, pycompile, pyclean and
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
9c620347
...
...
@@ -142,7 +142,7 @@ stamp-dh_python:
dh_testdir
dh_testroot
dh_installdirs
DESTDIR=debian/python
-dev
make install-dev
DESTDIR=debian/python make install-dev
DESTDIR=debian/python-minimal make install-runtime
find debian/python-minimal
touch $@
...
...
This diff is collapsed.
Click to expand it.
dh_
python2.pm
→
python2.pm
+
0
−
0
View file @
9c620347
File moved
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