* Major typo fix in Tgz.pm.

* Fixed newlines in tgz filelist.
   * Fixed some undefined value warnings.
   * Put the rpm spec file back in. Converting the debs to rpms fails
     because rpm doesn't use the same perl include path. Bummer.
This commit is contained in:
joey
2000-04-23 03:47:44 +00:00
parent e606c4c6a1
commit fb93c09776
3 changed files with 6 additions and 1 deletions

2
debian/changelog vendored
View File

@@ -1,4 +1,4 @@
alien (6.99.3) unstable; urgency=low
alien (6.999) unstable; urgency=low
* Major typo fix in Tgz.pm.
* Fixed newlines in tgz filelist.

1
debian/rules vendored
View File

@@ -14,6 +14,7 @@ clean:
dh_testdir
dh_testroot
rm -f build-stamp
perl Makefile.PL
-$(MAKE) realclean
dh_clean