mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
* 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:
@@ -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
2
debian/changelog
vendored
@@ -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
1
debian/rules
vendored
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user