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
4f199b44
Commit
4f199b44
authored
14 years ago
by
Matthias Klose
Browse files
Options
Downloads
Patches
Plain Diff
package version python-defaults-2.5.2-1
parent
bd02bdfa
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
+12
-0
12 additions, 0 deletions
debian/changelog
debian/python.postinst.in
+1
-1
1 addition, 1 deletion
debian/python.postinst.in
with
13 additions
and
1 deletion
debian/changelog
+
12
−
0
View file @
4f199b44
python-defaults (2.5.2-1) unstable; urgency=low
* Maintainer upload; asking the Release Team to better coordinate
things. Being in contact with two members of the release team for
two or three weeks when to upload without getting in the way of
other transitions, an unannounced upload of a third member of this
team is at least surprising.
* debian/python.postinst.in: Fix the bug introduced in the NMU, run the
rtupdate hooks when upgrading from a version < 2.5.2-1. Closes: #476095.
-- Matthias Klose <doko@debian.org> Thu, 17 Apr 2008 20:32:59 +0200
python-defaults (2.5.2-0.1) unstable; urgency=low
* NMU by the Release Team not to lose the sweet spot for the Python
...
...
This diff is collapsed.
Click to expand it.
debian/python.postinst.in
+
1
−
1
View file @
4f199b44
...
...
@@ -14,7 +14,7 @@ case "$1" in
[
-d
/etc/python
]
||
mkdir
/etc/python
[
-f
/etc/python/debian_config
]
||
new_config_file
if
[
-n
"
$2
"
]
&&
dpkg
--compare-versions
$2
lt 2.
4
;
then
if
[
-n
"
$2
"
]
&&
dpkg
--compare-versions
$2
lt 2.
5.2-1
;
then
oldv
=
$(
echo
$2
|
sed
's/^\(...\).*/\1/'
)
if
[
"
$DEBIAN_FRONTEND
"
!=
noninteractive
]
;
then
echo
"running python rtupdate hooks for @PVER@..."
...
...
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