Fix pkg generation to not include /prototype in all packages. (Kim Bisgaard)

This commit is contained in:
Joey Hess
2008-09-11 16:23:14 -04:00
parent ee792cb76c
commit d15598e944
2 changed files with 8 additions and 1 deletions

View File

@@ -262,7 +262,7 @@ sub prep {
# grep {/^\./} readdir DIR;
# closedir DIR;
$this->do("cd $dir; find . -print | pkgproto > ./prototype")
$this->do("cd $dir; find . -print | sed -e '/.\\/prototype\$/d' | pkgproto > ./prototype")
|| die "error during pkgproto: $!\n";
open(PKGPROTO, ">>$dir/prototype")

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
alien (8.73) UNRELEASED; urgency=low
* Fix pkg generation to not include /prototype in all packages.
(Kim Bisgaard)
-- Joey Hess <joeyh@debian.org> Thu, 11 Sep 2008 16:22:28 -0400
alien (8.72) unstable; urgency=low
* Use debhelper 7, rules file minimisation.