r58390 - in /trunk/libdbd-odbc-perl/debian: changelog clean rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon May 24 14:18:28 UTC 2010


Author: gregoa
Date: Mon May 24 14:15:54 2010
New Revision: 58390

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=58390
Log:
Convert upstream changelog from POD to text/plain.

Added:
    trunk/libdbd-odbc-perl/debian/clean
Modified:
    trunk/libdbd-odbc-perl/debian/changelog
    trunk/libdbd-odbc-perl/debian/rules

Modified: trunk/libdbd-odbc-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-odbc-perl/debian/changelog?rev=58390&op=diff
==============================================================================
--- trunk/libdbd-odbc-perl/debian/changelog (original)
+++ trunk/libdbd-odbc-perl/debian/changelog Mon May 24 14:15:54 2010
@@ -1,15 +1,14 @@
 libdbd-odbc-perl (1.24-1) UNRELEASED; urgency=low
 
-  NOTE: builds clean and looks good, but I am unsure
-  how to test. Once someone tests it, this looks ready
-  for upload.
-  IDEA: use SQLite3 and automatically run the test at package build time
-
+  [ Jonathan Yu ]
   * New upstream release
   * Remove spelling patch, fixed upstream
   * Update copyright information
     + Properly use DEP5 format
     + Update debian/* copyright holders list from changelog
+
+  [ gregor herrmann ]
+  * Convert upstream changelog from POD to text/plain.
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sat, 15 May 2010 23:24:34 -0400
 

Added: trunk/libdbd-odbc-perl/debian/clean
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-odbc-perl/debian/clean?rev=58390&op=file
==============================================================================
--- trunk/libdbd-odbc-perl/debian/clean (added)
+++ trunk/libdbd-odbc-perl/debian/clean Mon May 24 14:15:54 2010
@@ -1,0 +1,1 @@
+debian/Changes.txt

Modified: trunk/libdbd-odbc-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-odbc-perl/debian/rules?rev=58390&op=diff
==============================================================================
--- trunk/libdbd-odbc-perl/debian/rules (original)
+++ trunk/libdbd-odbc-perl/debian/rules Mon May 24 14:15:54 2010
@@ -42,3 +42,7 @@
 
 override_dh_gencontrol:
 	dh_gencontrol -- -V"libdbi-perl:Depends=libdbi-perl, $(PERL_DBDABI_DEPENDS)"
+
+override_dh_installchangelogs:
+	pod2text Changes > debian/Changes.txt
+	dh_installchangelogs debian/Changes.txt




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