]> git.saurik.com Git - apt.git/commitdiff
Standardize debhelper usage
authorMatt Zimmerman <matt.zimmerman@canonical.com>
Sun, 14 Nov 2004 01:50:35 +0000 (01:50 +0000)
committerMatt Zimmerman <matt.zimmerman@canonical.com>
Sun, 14 Nov 2004 01:50:35 +0000 (01:50 +0000)
- 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

debian/apt.dirs [new file with mode: 0644]
debian/apt.examples [new file with mode: 0644]
debian/changelog
debian/dirs [deleted file]
debian/examples [deleted file]
debian/rules

diff --git a/debian/apt.dirs b/debian/apt.dirs
new file mode 100644 (file)
index 0000000..8334d29
--- /dev/null
@@ -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 (file)
index 0000000..e69de29
index 44166e836044603834ede213d83dc16e32d97922..5b46fd0e1394f8059e74ea615eb10e25cc8e8495 100644 (file)
@@ -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 (file)
index 8334d29..0000000
+++ /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 (file)
index e69de29..0000000
index 457bcf5ff5a4f154e26aeca597d4bfa7775577c4..6e744b0a2495e418f135fa347405c0e2d10d3b32 100755 (executable)
@@ -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
 #