add apt-extracttemplates to the list of files for apt-utils
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:56:39 +0000 (16:56 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:56:39 +0000 (16:56 +0000)
Author: tausq
Date: 2001-02-23 04:29:59 GMT
add apt-extracttemplates to the list of files for apt-utils

debian/rules

index 7c25a66..6e7b5f0 100755 (executable)
@@ -2,7 +2,7 @@
 # Made with the aid of dh_make, by Craig Small
 # Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
 # Some lines taken from debmake, by Christoph Lameter.
-# $Id: rules,v 1.25 2001/02/21 04:25:20 jgg Exp $
+# $Id: rules,v 1.26 2001/02/23 04:29:59 tausq Exp $
 
 # LD_LIBRARY_PATH=pwd/debian/tmp/usr/lib dh_shlibdeps -papt
 # dpkg: /home/jgg/work/apt2/debian/tmp/usr/lib/libapt-pkg.so.2.9 not found.
@@ -49,7 +49,7 @@ configure.in:
 endif
 
 # APT Programs in apt-utils
-APT_UTILS=ftparchive sortpkgs
+APT_UTILS=ftparchive sortpkgs extracttemplates
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1