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
d20f6c5f
Commit
d20f6c5f
authored
14 years ago
by
Matthias Klose
Browse files
Options
Downloads
Patches
Plain Diff
package version python-defaults-2.4.4-4
parent
b8e7f502
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
debian/changelog
+7
-1
7 additions, 1 deletion
debian/changelog
debian/control
+12
-0
12 additions, 0 deletions
debian/control
debian/control.in
+12
-0
12 additions, 0 deletions
debian/control.in
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
32 additions
and
2 deletions
debian/changelog
+
7
−
1
View file @
d20f6c5f
python-defaults (2.4.4-4) unstable; urgency=low
* New package python-all-dbg.
-- Matthias Klose <doko@debian.org> Fri, 04 May 2007 06:56:27 +0200
python-defaults (2.4.4-3) unstable; urgency=low
* Add python2.5 as a supported python version.
...
...
@@ -5,7 +11,6 @@ python-defaults (2.4.4-3) unstable; urgency=low
alpha, powerpc, s390, sparc.
* python-all*: Depend on python2.5 packages (>= 2.4.5-1), built
for ldbl128 on alpha, powerpc, s390, sparc.
* Update the upstream FAQ.
* Merge pyversions.py changes from python-central.
* Merge changes from Ubuntu:
- Add a sanity check, that /usr/bin/python points to the default
...
...
@@ -17,6 +22,7 @@ python-defaults (2.4.4-3) unstable; urgency=low
from python2.5 (appears in python2.4 2.4.4-4).
- Robustify building the faq html pages.
- Make the suggestions of various packages versioned.
* Update the upstream FAQ.
-- Matthias Klose <doko@debian.org> Fri, 4 May 2007 06:05:12 +0200
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
12
−
0
View file @
d20f6c5f
...
...
@@ -125,3 +125,15 @@ Description: Package depending on all supported Python development packages
.
This package is used as a build dependency for other packages to
avoid hardcoded dependencies on specific Python development packages.
Package: python-all-dbg
Architecture: all
Priority: optional
Depends: python-all (= ${Source-Version}), python-dbg (= ${Source-Version}), python2.4-dbg (>= 2.4.4-4), python2.5-dbg (>= 2.5.1-1)
Description: Package depending on all supported Python debugging packages
The package currently depends on python2.4-dbg and python2.5-dbg, in the
future, dependencies on jython (Python for a JVM) and ironpython (Python
for Mono) may be added.
.
This package is used as a build dependency for other packages to
avoid hardcoded dependencies on specific Python development packages.
This diff is collapsed.
Click to expand it.
debian/control.in
+
12
−
0
View file @
d20f6c5f
...
...
@@ -125,3 +125,15 @@ Description: Package depending on all supported Python development packages
.
This package is used as a build dependency for other packages to
avoid hardcoded dependencies on specific Python development packages.
Package: python-all-dbg
Architecture: all
Priority: optional
Depends: python-all (= ${Source-Version}), python-dbg (= ${Source-Version}), python2.4-dbg (>= 2.4.4-4), python2.5-dbg (>= 2.5.1-1)
Description: Package depending on all supported Python debugging packages
The package currently depends on python2.4-dbg and python2.5-dbg, in the
future, dependencies on jython (Python for a JVM) and ironpython (Python
for Mono) may be added.
.
This package is used as a build dependency for other packages to
avoid hardcoded dependencies on specific Python development packages.
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
d20f6c5f
...
...
@@ -244,7 +244,7 @@ endif
dh_desktop -i $(NOPKGS)
dh_installchangelogs -i $(NOPKGS)
for p in all all-dev dbg dev examples idle; do \
for p in all all-dev
all-dbg
dbg dev examples idle; do \
[ $$p = idle ] || p=python-$$p; \
rm -rf debian/$$p/usr/share/doc/$$p; \
ln -sf python debian/$$p/usr/share/doc/$$p; \
...
...
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