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
4f05c69a
Commit
4f05c69a
authored
12 years ago
by
Matthias Klose
Browse files
Options
Downloads
Patches
Plain Diff
* Add Multi-Arch: same packages libpython-all-{dev,dbg} (not yet built,
python2.6 doesn't have support for multiarch).
parent
a154a60c
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/changelog
+7
-0
7 additions, 0 deletions
debian/changelog
debian/control.in
+29
-0
29 additions, 0 deletions
debian/control.in
debian/rules
+4
-0
4 additions, 0 deletions
debian/rules
with
40 additions
and
0 deletions
debian/changelog
+
7
−
0
View file @
4f05c69a
python-defaults (2.7.3-11) UNRELEASED; urgency=low
* Add Multi-Arch: same packages libpython-all-{dev,dbg} (not yet built,
python2.6 doesn't have support for multiarch).
-- Matthias Klose <doko@debian.org> Wed, 12 Dec 2012 00:25:00 +0100
python-defaults (2.7.3-10) experimental; urgency=low
* Build dependency packages as architecture dependent packages.
...
...
This diff is collapsed.
Click to expand it.
debian/control.in
+
29
−
0
View file @
4f05c69a
...
...
@@ -170,3 +170,32 @@ Description: package depending on all supported Python debugging packages
.
This package is used as a build dependency for other packages to
avoid hardcoded dependencies on specific Python development packages.
#Package: libpython-all-dev
#Architecture: any
#Multi-Arch: same
#Depends: libpython-dev (= ${binary:Version}), ${misc:Depends},
# libpython2.7-dev
#Description: package depending on all supported Python development packages
# The package currently depends on libpython2.7-dev, in the
# future, dependencies on jython (Python for a JVM) and ironpython (Python
# for Mono) may be added.
# .
# This package is a dependency package used as a build dependency for other
# packages to avoid hardcoded dependencies on specific Python development
# packages.
#Package: libpython-all-dbg
#Architecture: any
#Multi-Arch: same
#Section: debug
#Priority: extra
#Depends: libpython-dbg (= ${binary:Version}), ${misc:Depends},
# libpython2.7-dbg
#Description: package depending on all supported Python debugging packages
# The package currently depends on libpython2.7-dbg, in the
# future, dependencies on jython (Python for a JVM) and ironpython (Python
# for Mono) may be added.
# .
# This package is a dependency package used as a build dependency for other
# packages to avoid hardcoded dependencies on specific Python debug packages.
This diff is collapsed.
Click to expand it.
debian/rules
+
4
−
0
View file @
4f05c69a
...
...
@@ -358,6 +358,10 @@ endif
rm -rf debian/$$p/usr/share/doc/$$p; \
ln -sf python debian/$$p/usr/share/doc/$$p; \
done
# rm -rf debian/libpython-all-dev/usr/share/doc/libpython-all-dev
# ln -sf libpython-dev debian/libython3-all-dev/usr/share/doc/libpython-all-dev
# rm -rf debian/libpython-all-dbg/usr/share/doc/libpython-all-dev
# ln -sf libpython-dbg debian/libpython-all-dbg/usr/share/doc/libpython-all-dbg
dh_compress -a $(NOPKGS)
dh_fixperms -a $(NOPKGS)
...
...
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