r15111 - in /trunk/libdevel-lexalias-perl/debian: changelog rules
ntyni at users.alioth.debian.org
ntyni at users.alioth.debian.org
Mon Feb 18 13:35:55 UTC 2008
Author: ntyni
Date: Mon Feb 18 13:35:54 2008
New Revision: 15111
URL: http://svn.debian.org/wsvn/?sc=1&rev=15111
Log:
* Run the test suite in the 'build' target instead of 'install'.
Modified:
trunk/libdevel-lexalias-perl/debian/changelog
trunk/libdevel-lexalias-perl/debian/rules
Modified: trunk/libdevel-lexalias-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdevel-lexalias-perl/debian/changelog?rev=15111&op=diff
==============================================================================
--- trunk/libdevel-lexalias-perl/debian/changelog (original)
+++ trunk/libdevel-lexalias-perl/debian/changelog Mon Feb 18 13:35:54 2008
@@ -14,6 +14,7 @@
* Fix inter-target dependencies for parallel builds.
* Don't install the README file, it's just a copy of the POD documentation.
* Remove an unused dh_install examples call.
+ * Run the test suite in the 'build' target instead of 'install'.
-- gregor herrmann <gregor+debian at comodo.priv.at> Tue, 09 Oct 2007 22:28:57 +0200
Modified: trunk/libdevel-lexalias-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdevel-lexalias-perl/debian/rules?rev=15111&op=diff
==============================================================================
--- trunk/libdevel-lexalias-perl/debian/rules (original)
+++ trunk/libdevel-lexalias-perl/debian/rules Mon Feb 18 13:35:54 2008
@@ -35,6 +35,7 @@
# Add commands to compile the package here
$(PERL) Makefile.PL INSTALLDIRS=vendor
$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
+ $(MAKE) test
touch $@
@@ -54,7 +55,6 @@
dh_clean -k
# Add commands to install the package into debian/$PACKAGE_NAME here
- $(MAKE) test
$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
# As this is a architecture dependent package, we are not
More information about the Pkg-perl-cvs-commits
mailing list