[SCM] Debian packaging of libhtml-template-pro-perl branch, master, updated. debian/0.9508-1-9-g42d515d

Nicholas Bamber nicholas at periapt.co.uk
Sun Mar 4 13:57:30 UTC 2012


The following commit has been merged in the master branch:
commit 22e696acc0b0062284fe20b866fd29eb2ebb86b0
Author: Nicholas Bamber <nicholas at periapt.co.uk>
Date:   Sun Mar 4 11:44:31 2012 +0000

    * Updated copyright
    * Added a comparison with HTML::Template in the long description
    * Added a patch to stop build failure over optint.c and
      added Makefile to debian/clean

diff --git a/debian/changelog b/debian/changelog
index bf5a458..9cb96be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,10 @@ libhtml-template-pro-perl (0.9509-1) UNRELEASED; urgency=low
 
   * New upstream release
   * Raised standards version to 3.9.3
+  * Updated copyright
+  * Added a comparison with HTML::Template in the long description
+  * Added a patch to stop build failure over optint.c and 
+    added Makefile to debian/clean
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Sat, 03 Mar 2012 17:47:12 +0000
 
diff --git a/debian/clean b/debian/clean
index aa07509..7cec91b 100644
--- a/debian/clean
+++ b/debian/clean
@@ -1 +1,2 @@
 debian/README.ru
+Makefile
diff --git a/debian/control b/debian/control
index 8bac713..9285316 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,9 @@ 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).
+ inclusion and conditionals (if, else, unless). HTML::Template::Pro is intended
+ to be a drop-in replacement for HTML::Template (and some of its extensions)
+ but written in C below the Perl Interface and so faster.
  .
  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
diff --git a/debian/copyright b/debian/copyright
index c78c7c4..21127ba 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
-Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135
-Maintainer: Igor Yu. Vlasenko <viy at altlinux.org>
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Contact: Igor Yu. Vlasenko <viy at altlinux.org>
 Source: http://search.cpan.org/dist/HTML-Template-Pro/
-Name: HTML-Template-Pro
+Upstream-Name: HTML-Template-Pro
 
 Files: *
 Copyright:
@@ -28,7 +28,7 @@ Copyright:
  2009, Franck Joncourt <franck.mail at dthconnex.com>
  2009, Jonathan Yu <jawnsy at cpan.org>
  2009, Jose Luis Rivas <ghostbar38 at gmail.com>
- 2010-2011, Nicholas Bamber <nicholas at periapt.co.uk>
+ 2010-2012, Nicholas Bamber <nicholas at periapt.co.uk>
 License: Artistic or GPL-1+
 
 License: Artistic
diff --git a/debian/patches/optint.patch b/debian/patches/optint.patch
new file mode 100644
index 0000000..3aad78a
--- /dev/null
+++ b/debian/patches/optint.patch
@@ -0,0 +1,20 @@
+Author: Nicholas Bamber <nicholas at periapt.co.uk>
+Subject: Makefile was trying to rebuild optint.c
+ Don't understand why this is necessary,
+ but it builds cleanly straqight off CPAN.
+Last-Update: 2012-03-04
+Forwarded: not-needed
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -91,7 +91,10 @@
+     return <<'MAKE_FRAG';
+ expr.c: calc.inc exprtool.inc exprpstr.inc
+ procore\$(OBJ_EXT): loadfile.inc tagstack.inc
+-optint.c: optint.re2c.m4
++
++# Don't understand why this rule should give any issues
++# as optint.c exists
++#optint.c: optint.re2c.m4
+ 
+ #proparam.c proparam.h: pparam.h
+ #	./pparam2proparam
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..0186cc3
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+optint.patch

-- 
Debian packaging of libhtml-template-pro-perl



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