r13544 - in /trunk/libimager-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Jan 25 17:56:24 UTC 2008


Author: dmn
Date: Fri Jan 25 17:56:24 2008
New Revision: 13544

URL: http://svn.debian.org/wsvn/?sc=1&rev=13544
Log:
* remove "echo n |" from $(PERL) Makefile.PL invocation

Modified:
    trunk/libimager-perl/debian/changelog
    trunk/libimager-perl/debian/rules

Modified: trunk/libimager-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libimager-perl/debian/changelog?rev=13544&op=diff
==============================================================================
--- trunk/libimager-perl/debian/changelog (original)
+++ trunk/libimager-perl/debian/changelog Fri Jan 25 17:56:24 2008
@@ -1,11 +1,15 @@
 libimager-perl (0.62-3) unstable; urgency=low
 
+  [ gregor herrmann ]
   * debian/control:
     - add libttf-dev to Build-Depends; caught by Lucas' Build Daemon from Hell
     - add libinline-perl to Build-Depends, used by test suite
     - wrap long line
   * debian/rules: remove --destdir argument from dh_builddeb invocation, and
     DESTDIR variable
+
+  [ Damyan Ivanov ]
+  * remove "echo n |" from $(PERL) Makefile.PL invocation
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 25 Jan 2008 17:07:04 +0100
 

Modified: trunk/libimager-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libimager-perl/debian/rules?rev=13544&op=diff
==============================================================================
--- trunk/libimager-perl/debian/rules (original)
+++ trunk/libimager-perl/debian/rules Fri Jan 25 17:56:24 2008
@@ -29,7 +29,7 @@
 	dh_testdir
 
 	# Add here commands to compile the package.
-	echo n | $(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="$(OPTIMIZE)" LD_RUN_PATH=""
 	$(MAKE) test
 




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