diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:56:39 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:56:39 +0000 |
commit | fcc0e9d6791404a1fbb750acf3d5281149315d1d (patch) | |
tree | 59242ef2ad0a198775d29389fdddf14fa7d94a73 | |
parent | 3fc8f6852335ef8d50f40882769d9df6728dd73d (diff) |
add apt-extracttemplates to the list of files for apt-utils
Author: tausq
Date: 2001-02-23 04:29:59 GMT
add apt-extracttemplates to the list of files for apt-utils
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 7c25a6618..6e7b5f0e5 100755 --- a/debian/rules +++ b/debian/rules @@ -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 |