[test] another one

This commit is contained in:
lars 2006-04-29 09:51:41 +00:00
parent c6d2e563a4
commit 82dc2f7441
3 changed files with 6 additions and 1 deletions

1
debian/conffiles vendored
View file

@ -1 +1,2 @@
/etc/ezmlm-web/ezmlmwebrc
/etc/ezmlm-web/ezmlmwebrc.gnupg

1
debian/dirs vendored Normal file
View file

@ -0,0 +1 @@
etc/ezmlm-web

5
debian/rules vendored
View file

@ -16,7 +16,7 @@ export DH_COMPAT=4
configure: configure-stamp
configure-stamp: patch
dh_testdir
perl Makefile.PL INSTALLDIRS=vendor DESTDIR=$(CURDIR)/debian/build
perl Makefile.PL INSTALLDIRS=vendor DESTDIR="$(CURDIR)/debian/build"
touch configure-stamp
@ -53,6 +53,9 @@ install: build
$(MAKE) install
install -c -m 644 examples/ezmlmwebrc.dist "$(CURDIR)/debian/build/etc/ezmlm-web/ezmlmwebrc"
install -c -m 644 examples/ezmlmwebrc.gnupg.dist "$(CURDIR)/debian/build/etc/ezmlm-web/ezmlmwebrc.gnupg"
# Build architecture-independent files here.
binary-indep: build install