diff options
author | Matt Zimmerman <matt.zimmerman@canonical.com> | 2004-11-14 01:50:35 +0000 |
---|---|---|
committer | Matt Zimmerman <matt.zimmerman@canonical.com> | 2004-11-14 01:50:35 +0000 |
commit | c2453d9bdafdf570fd7d10f5e6f65c4526c8e37c (patch) | |
tree | f3365b0595ec4ceacaa70c85e43a636f72681975 | |
parent | 05f6a46a5cf8df03c2d40b485d8d922ae9c886c5 (diff) |
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
-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 # |