r11764 - in /trunk/liblocale-maketext-lexicon-perl/debian: changelog rules

ntyni at users.alioth.debian.org ntyni at users.alioth.debian.org
Thu Dec 27 20:23:24 UTC 2007


Author: ntyni
Date: Thu Dec 27 20:23:24 2007
New Revision: 11764

URL: http://svn.debian.org/wsvn/?sc=1&rev=11764
Log:
* Some more small tweaks to debian/rules.

Modified:
    trunk/liblocale-maketext-lexicon-perl/debian/changelog
    trunk/liblocale-maketext-lexicon-perl/debian/rules

Modified: trunk/liblocale-maketext-lexicon-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/liblocale-maketext-lexicon-perl/debian/changelog?rev=11764&op=diff
==============================================================================
--- trunk/liblocale-maketext-lexicon-perl/debian/changelog (original)
+++ trunk/liblocale-maketext-lexicon-perl/debian/changelog Thu Dec 27 20:23:24 2007
@@ -19,8 +19,9 @@
   * debian/patches/02ignore_nonexistant: removed, #372124 was fixed
     in upstream 0.63 in a different way.
   * Change to my @debian.org email address in the Uploaders field.
-
- -- Niko Tyni <ntyni at debian.org>  Thu, 27 Dec 2007 21:14:09 +0200
+  * Some more small tweaks to debian/rules.
+
+ -- Niko Tyni <ntyni at debian.org>  Thu, 27 Dec 2007 21:34:47 +0200
 
 liblocale-maketext-lexicon-perl (0.62-2) unstable; urgency=low
 

Modified: trunk/liblocale-maketext-lexicon-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/liblocale-maketext-lexicon-perl/debian/rules?rev=11764&op=diff
==============================================================================
--- trunk/liblocale-maketext-lexicon-perl/debian/rules (original)
+++ trunk/liblocale-maketext-lexicon-perl/debian/rules Thu Dec 27 20:23:24 2007
@@ -17,9 +17,11 @@
 configure-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 
-	$(PERL) Makefile.PL verbose INSTALLDIRS=vendor
+	$(PERL) Makefile.PL verbose INSTALLDIRS=vendor \
+                INSTALLVENDORARCH=/usr/share/perl5/ \
+                VENDORARCHEXP=/usr/share/perl5/
 
-	touch configure-stamp
+	touch $@
 
 build: build-stamp
 build-stamp: configure-stamp
@@ -28,7 +30,7 @@
 	$(MAKE)
 	$(MAKE) test
 
-	touch build-stamp
+	touch $@
 
 clean: unpatch
 	dh_testdir
@@ -54,9 +56,10 @@
 
 	find $(TMP)/usr -type f -iname xgettext.* -print0 | xargs --no-run-if-empty --null rm -rf
 
+	# remove empty directories left by xgettext.pl
 	find $(TMP)/usr -type d -empty -print0 | xargs --no-run-if-empty --null rmdir -p --ignore-fail-on-non-empty
-	
-	touch install-stamp
+
+	touch $@
 
 # Build architecture-independent files here.
 binary-arch: build install




More information about the Pkg-perl-cvs-commits mailing list