From: Matt Zimmerman Date: Sun, 14 Nov 2004 01:50:35 +0000 (+0000) Subject: Standardize debhelper usage X-Git-Tag: 0.7.24ubuntu1~410 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/c2453d9bdafdf570fd7d10f5e6f65c4526c8e37c Standardize debhelper usage - 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/apt.dirs b/debian/apt.dirs new file mode 100644 index 000000000..8334d298c --- /dev/null +++ b/debian/apt.dirs @@ -0,0 +1,7 @@ +usr/bin +usr/lib/apt/methods +usr/lib/dpkg/methods/apt +etc/apt +var/cache/apt/archives/partial +var/lib/apt/lists/partial +var/lib/apt/periodic diff --git a/debian/apt.examples b/debian/apt.examples new file mode 100644 index 000000000..e69de29bb 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/dirs b/debian/dirs deleted file mode 100644 index 8334d298c..000000000 --- a/debian/dirs +++ /dev/null @@ -1,7 +0,0 @@ -usr/bin -usr/lib/apt/methods -usr/lib/dpkg/methods/apt -etc/apt -var/cache/apt/archives/partial -var/lib/apt/lists/partial -var/lib/apt/periodic diff --git a/debian/examples b/debian/examples deleted file mode 100644 index e69de29bb..000000000 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 #