Simplified rules file.

This commit is contained in:
Joey Hess
2009-02-27 20:20:37 -05:00
parent 0f8fa0df54
commit c21645ddfa
3 changed files with 13 additions and 8 deletions

6
debian/changelog vendored
View File

@@ -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
View File

@@ -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
View File

@@ -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