Browse Source

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
debian/1.8.y
Matt Zimmerman 19 years ago
parent
commit
c2453d9bda
  1. 0
      debian/apt.dirs
  2. 0
      debian/apt.examples
  3. 5
      debian/changelog
  4. 2
      debian/rules

0
debian/dirs → debian/apt.dirs

0
debian/examples → debian/apt.examples

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

2
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
#

Loading…
Cancel
Save