mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
* Moved files out of perl privlib, Closes: #95512
This commit is contained in:
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -1,3 +1,9 @@
|
|||||||
|
alien (7.23) unstable; urgency=low
|
||||||
|
|
||||||
|
* Moved files out of perl privlib, Closes: #95512
|
||||||
|
|
||||||
|
-- Joey Hess <joeyh@debian.org> Sat, 28 Apr 2001 23:15:18 -0400
|
||||||
|
|
||||||
alien (7.22) unstable; urgency=low
|
alien (7.22) unstable; urgency=low
|
||||||
|
|
||||||
* Modification to match changes in rpm 4's parser; need to use
|
* Modification to match changes in rpm 4's parser; need to use
|
||||||
|
|||||||
2
debian/control
vendored
2
debian/control
vendored
@@ -3,7 +3,7 @@ Section: admin
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends-Indep: debhelper (>= 3)
|
Build-Depends-Indep: debhelper (>= 3)
|
||||||
Maintainer: Joey Hess <joeyh@debian.org>
|
Maintainer: Joey Hess <joeyh@debian.org>
|
||||||
Standards-Version: 3.5.2.0
|
Standards-Version: 3.5.3.0
|
||||||
|
|
||||||
Package: alien
|
Package: alien
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
|||||||
9
debian/rules
vendored
9
debian/rules
vendored
@@ -27,14 +27,11 @@ binary-indep: build
|
|||||||
dh_testdir
|
dh_testdir
|
||||||
dh_testroot
|
dh_testroot
|
||||||
dh_clean -k
|
dh_clean -k
|
||||||
$(MAKE) pure_install INSTALLDIRS=perl \
|
$(MAKE) pure_install INSTALLDIRS=vendor \
|
||||||
PREFIX=$(shell pwd)/debian/alien/$(shell perl -MConfig -e 'print $$Config{prefix}') \
|
PREFIX=$(shell pwd)/debian/alien/$(shell perl -MConfig -e 'print $$Config{prefix}') \
|
||||||
INSTALLMAN1DIR=$(shell pwd)/debian/alien/usr/share/man/man1 \
|
|
||||||
INSTALLMAN3DIR=$(shell pwd)/debian/alien/usr/share/man/man3 \
|
|
||||||
INSTALLARCHLIB=$(shell pwd)/debian/alien/killme \
|
|
||||||
VARPREFIX=$(shell pwd)/debian/alien
|
VARPREFIX=$(shell pwd)/debian/alien
|
||||||
# Who does it make this empty directory? Sigh.
|
# Why does it make this empty directory? Sigh.
|
||||||
rm -rf debian/alien/killme
|
rm -rf debian/alien/usr/lib
|
||||||
dh_installdocs README gendiff.txt
|
dh_installdocs README gendiff.txt
|
||||||
dh_installexamples
|
dh_installexamples
|
||||||
dh_installchangelogs
|
dh_installchangelogs
|
||||||
|
|||||||
Reference in New Issue
Block a user