diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-07-15 14:32:40 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-07-15 14:32:40 +0200 |
| commit | acf567325e793ab37292c21e6b4c0713d92ee9a1 (patch) | |
| tree | 8c67f9ff86c46c381440b2415de52dabf4af1f77 /debian | |
| parent | 360477dcc304b8a18c467e59435d8c766bbb76bb (diff) | |
| download | python-apt-acf567325e793ab37292c21e6b4c0713d92ee9a1.tar.gz | |
Upgrade to debhelper 7 and remove debian/tmp in python-apt.install, to
work around a bug in debhelper.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/compat | 2 | ||||
| -rw-r--r-- | debian/control | 2 | ||||
| -rw-r--r-- | debian/python-apt.install | 6 |
4 files changed, 7 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 415ebdd2..8c1b0e67 100644 --- a/debian/changelog +++ b/debian/changelog @@ -35,6 +35,8 @@ python-apt (0.7.92) UNRELEASED; urgency=low * Make AcquireItem objects raise ValueError instead of segfaulting when the Acquire() object is shut down or the main object (e.g. AcquireFile) is deallocated. * Unify all Configuration,ConfigurationPtr,ConfigurationSub into one type. + * Upgrade to debhelper 7 and remove debian/tmp in python-apt.install, to + work around a bug in debhelper. [ Sebastian Heinlein ] * apt/progress.py: Extract the package name from the status message diff --git a/debian/compat b/debian/compat index 7ed6ff82..7f8f011e 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +7 diff --git a/debian/control b/debian/control index a16ae10e..78c55126 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.8.2 XS-Python-Version: all Build-Depends: apt-utils, cdbs, - debhelper (>= 5.0.37.1), + debhelper (>= 7), libapt-pkg-dev (>= 0.7.22~), python-all-dbg, python-all-dev, diff --git a/debian/python-apt.install b/debian/python-apt.install index 4910e8ed..efd54743 100644 --- a/debian/python-apt.install +++ b/debian/python-apt.install @@ -1,3 +1,3 @@ -debian/tmp/usr/lib/python* -debian/tmp/usr/share/locale -debian/tmp/usr/share/python-apt +usr/lib/python* +usr/share/locale +usr/share/python-apt |
