r13661 - in /trunk/libcurses-perl/debian: changelog rules

ntyni at users.alioth.debian.org ntyni at users.alioth.debian.org
Sun Jan 27 13:56:20 UTC 2008


Author: ntyni
Date: Sun Jan 27 13:56:20 2008
New Revision: 13661

URL: http://svn.debian.org/wsvn/?sc=1&rev=13661
Log:
* Enable FORMS support.

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

Modified: trunk/libcurses-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libcurses-perl/debian/changelog?rev=13661&op=diff
==============================================================================
--- trunk/libcurses-perl/debian/changelog (original)
+++ trunk/libcurses-perl/debian/changelog Sun Jan 27 13:56:20 2008
@@ -1,6 +1,10 @@
 libcurses-perl (1.20-2) UNRELEASED; urgency=low
 
+  [ gregor herrmann ]
   * debian/rules: delete /usr/share/perl5 only if it exists.
+
+  [ Niko Tyni ]
+  * Enable FORMS support.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 09 Jan 2008 21:17:10 +0100
 

Modified: trunk/libcurses-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libcurses-perl/debian/rules?rev=13661&op=diff
==============================================================================
--- trunk/libcurses-perl/debian/rules (original)
+++ trunk/libcurses-perl/debian/rules Sun Jan 27 13:56:20 2008
@@ -21,8 +21,7 @@
 build: patch
 	dh_testdir
 	# Add here commands to compile the package.
-	#perl Makefile.PL PANELS MENUS FORMS verbose INSTALLDIRS=vendor
-	perl Makefile.PL PANELS MENUS verbose INSTALLDIRS=vendor
+	perl Makefile.PL PANELS MENUS FORMS verbose INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="$(CFLAGS)"
 	$(MAKE) test
 




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