Просмотр исходного кода

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

Matt Zimmerman лет назад: 21
Родитель
Сommit
c2453d9bda
4 измененных файлов с 6 добавлено и 1 удалено
  1. 0 0
      debian/apt.dirs
  2. 0 0
      debian/apt.examples
  3. 5 0
      debian/changelog
  4. 1 1
      debian/rules

debian/dirs → debian/apt.dirs


debian/examples → debian/apt.examples


+ 5 - 0
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
 
  --
 

+ 1 - 1
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
 #