diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-08-21 16:23:09 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-08-21 16:23:09 +0200 |
| commit | 63ea10b9f81725c9304aa729de4a3768a28b4c81 (patch) | |
| tree | 658cf328bad07d37e45d7dec360dbf2e761c7e30 | |
| parent | e52ab3a01344117fc10c3e3351122d4251c9858a (diff) | |
| download | python-apt-63ea10b9f81725c9304aa729de4a3768a28b4c81.tar.gz | |
debian/rules: Build with DH_PYCENTRAL=include-links instead of nomove.
| -rw-r--r-- | debian/changelog | 4 | ||||
| -rwxr-xr-x | debian/rules | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 76086bec..95c5c9f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,8 +25,10 @@ python-apt (0.7.13.0) unstable; urgency=low ja.po (Closes: #454293). * debian/control: - Update Standards-Version to 3.8.3. + * debian/rules: + - Build with DH_PYCENTRAL=include-links instead of nomove. - -- Julian Andres Klode <jak@debian.org> Fri, 21 Aug 2009 16:18:37 +0200 + -- Julian Andres Klode <jak@debian.org> Fri, 21 Aug 2009 16:22:34 +0200 python-apt (0.7.12.1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 6e2204cf..84224e9a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,5 @@ #!/usr/bin/make -f -export DH_PYCENTRAL=nomove +export DH_PYCENTRAL=include-links export DEBVER=$(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p') export CFLAGS=-Wno-write-strings |
