mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
Simplified rules file.
This commit is contained in:
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -1,3 +1,9 @@
|
|||||||
|
alien (8.75) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* Simplified rules file.
|
||||||
|
|
||||||
|
-- Joey Hess <joeyh@debian.org> Fri, 27 Feb 2009 20:18:52 -0500
|
||||||
|
|
||||||
alien (8.74) unstable; urgency=low
|
alien (8.74) unstable; urgency=low
|
||||||
|
|
||||||
* Support bzipped and uncompressed tar files, using tar's auto-compression
|
* Support bzipped and uncompressed tar files, using tar's auto-compression
|
||||||
|
|||||||
2
debian/control
vendored
2
debian/control
vendored
@@ -1,7 +1,7 @@
|
|||||||
Source: alien
|
Source: alien
|
||||||
Section: admin
|
Section: admin
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper (>= 7)
|
Build-Depends: debhelper (>= 7.0.50)
|
||||||
Maintainer: Joey Hess <joeyh@debian.org>
|
Maintainer: Joey Hess <joeyh@debian.org>
|
||||||
Standards-Version: 3.8.0
|
Standards-Version: 3.8.0
|
||||||
Vcs-Git: git://git.kitenet.net/alien
|
Vcs-Git: git://git.kitenet.net/alien
|
||||||
|
|||||||
13
debian/rules
vendored
13
debian/rules
vendored
@@ -2,20 +2,19 @@
|
|||||||
%:
|
%:
|
||||||
dh $@
|
dh $@
|
||||||
|
|
||||||
build:
|
override_dh_auto_test:
|
||||||
dh build
|
|
||||||
# simple smoke test
|
# simple smoke test
|
||||||
./alien.pl -V
|
./alien.pl -V
|
||||||
|
|
||||||
binary-indep: build
|
override_dh_auto_install:
|
||||||
dh install --before dh_auto_install
|
|
||||||
$(MAKE) pure_install INSTALLDIRS=vendor \
|
$(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}') \
|
||||||
VARPREFIX=$(shell pwd)/debian/alien
|
VARPREFIX=$(shell pwd)/debian/alien
|
||||||
dh install --after dh_auto_install
|
|
||||||
|
override_dh_auto_clean:
|
||||||
|
# distclean moans about MANIFEST, this is quieter
|
||||||
|
if [ -e Makefile ]; then $(MAKE) realclean; fi
|
||||||
|
|
||||||
# Not intended for use by anyone except the author.
|
# Not intended for use by anyone except the author.
|
||||||
announcedir:
|
announcedir:
|
||||||
@echo ${HOME}/src/joeywiki/code/alien/news
|
@echo ${HOME}/src/joeywiki/code/alien/news
|
||||||
|
|
||||||
binary: binary-indep binary-arch
|
|
||||||
|
|||||||
Reference in New Issue
Block a user