r41377 - in /trunk/libhtml-template-pro-perl/debian: changelog control rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Aug 5 17:39:57 UTC 2009


Author: jawnsy-guest
Date: Wed Aug  5 17:39:51 2009
New Revision: 41377

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41377
Log:
* Converted to short dh rules format
* Clean up control description

Modified:
    trunk/libhtml-template-pro-perl/debian/changelog
    trunk/libhtml-template-pro-perl/debian/control
    trunk/libhtml-template-pro-perl/debian/rules

Modified: trunk/libhtml-template-pro-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/debian/changelog?rev=41377&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/changelog (original)
+++ trunk/libhtml-template-pro-perl/debian/changelog Wed Aug  5 17:39:51 2009
@@ -2,6 +2,8 @@
 
   * New upstream release
     + Removed 2 garbage symbols from the ABI, release it as 0:0:0
+  * Converted to short dh rules format
+  * Clean up control description
 
  -- Jonathan Yu <frequency at cpan.org>  Tue, 04 Aug 2009 14:53:18 -0400
 

Modified: trunk/libhtml-template-pro-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/debian/control?rev=41377&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/control (original)
+++ trunk/libhtml-template-pro-perl/debian/control Wed Aug  5 17:39:51 2009
@@ -14,13 +14,14 @@
 
 Package: libhtml-template-pro-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, 
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Description: Perl module to use HTML Templates from CGI scripts
  HTML::Template::Pro attempts to make using HTML templates simple and natural.
  It extends standard HTML with a few new HTML-esque tags that provide control
  structures, such as allowing for simple variable manipulation, looping, file
- inclusion and conditionals (if, else, unless). The file written with HTML and
- these new tags is called a template and is usually saved separately from your
- script. Using this module, you fill in the values for the variables declared
- in the template, allowing you to separate the web site design from the data
- you generate inside your Perl script.
+ inclusion and conditionals (if, else, unless).
+ .
+ The file written with HTML and these new tags is called a template, which is
+ usually saved separately from your script. Using this module, you fill in the
+ values for the variables declared in the template, allowing you to separate
+ the web site design from the data you generate inside your Perl script.

Modified: trunk/libhtml-template-pro-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/debian/rules?rev=41377&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/rules (original)
+++ trunk/libhtml-template-pro-perl/debian/rules Wed Aug  5 17:39:51 2009
@@ -1,25 +1,10 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	# TEST_DIE=1, TEST_QUERY=1, TEST_VANGUARD=1, TEST_SHARED_MEMORY=1 fail
-	dh build
-	iconv -f CP1251 -t UTF-8 README.ru > debian/README.ru
-	touch $@
+# TEST_DIE=1, TEST_QUERY=1, TEST_VANGUARD=1, TEST_SHARED_MEMORY=1 fail
 
-clean:
+%:
 	dh $@
 
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch: install
-	dh $@
-
-binary-indep:
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
+override_dh_auto_build:
+	dh_auto_build
+	iconv -f CP1251 -t UTF-8 README.ru >debian/README.ru




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