* 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

View File

@@ -40,6 +40,10 @@ WriteMakefile(
'EXE_FILES' => ['alien'], 'EXE_FILES' => ['alien'],
# Pure evil. Hook into build and install targets # Pure evil. Hook into build and install targets
'depend' => {'all:' => 'extra_build', 'depend' => {'all:' => 'extra_build',
# Why build on clean? Because I want to ensure the spec file
# gets put in the tarball, and so it has to happen in debian/rules
# clean
'clean:' => 'extra_build',
'install:' => 'extra_install', 'install:' => 'extra_install',
'pure_install:' => 'extra_install'}, 'pure_install:' => 'extra_install'},
'clean' => {FILES => 'alien'}, 'clean' => {FILES => 'alien'},

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. * Major typo fix in Tgz.pm.
* Fixed newlines in tgz filelist. * Fixed newlines in tgz filelist.

1
debian/rules vendored
View File

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