diff options
-rw-r--r-- | debian/apt.dirs (renamed from debian/dirs) | 0 | ||||
-rw-r--r-- | debian/apt.examples (renamed from debian/examples) | 0 | ||||
-rw-r--r-- | debian/changelog | 5 | ||||
-rwxr-xr-x | debian/rules | 2 |
4 files changed, 6 insertions, 1 deletions
diff --git a/debian/dirs b/debian/apt.dirs index 8334d298c..8334d298c 100644 --- a/debian/dirs +++ b/debian/apt.dirs diff --git a/debian/examples b/debian/apt.examples index e69de29bb..e69de29bb 100644 --- a/debian/examples +++ b/debian/apt.examples diff --git a/debian/changelog b/debian/changelog index 44166e836..5b46fd0e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,11 @@ apt (0.5.29) unstable; urgency=low packages * Place timestamp files in /var/lib/apt/periodic, rather than /var/lib/apt itself + * Standardize debhelper files a bit + - Create all directories in debian/dirs rather than creating some on + the dh_installdirs command line + - Rename debian/dirs to debian/apt.dirs, debian/examples to + debian/apt.examples -- diff --git a/debian/rules b/debian/rules index 457bcf5ff..6e744b0a2 100755 --- a/debian/rules +++ b/debian/rules @@ -187,7 +187,7 @@ apt: build debian/shlibs.local dh_testdir -p$@ dh_testroot -p$@ dh_clean -p$@ -k - dh_installdirs -p$@ /usr/share/bug/$@ + dh_installdirs -p$@ # # apt install # |