r29287 - in /trunk/libgit-fastexport-perl/debian: changelog compat control copyright rules

efaistos-guest at users.alioth.debian.org efaistos-guest at users.alioth.debian.org
Mon Jan 5 03:29:48 UTC 2009


Author: efaistos-guest
Date: Mon Jan  5 03:29:45 2009
New Revision: 29287

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29287
Log:
modified d/{control,compat} to match dh 7, refreshed d/copyright and fixed small things

Modified:
    trunk/libgit-fastexport-perl/debian/changelog
    trunk/libgit-fastexport-perl/debian/compat
    trunk/libgit-fastexport-perl/debian/control
    trunk/libgit-fastexport-perl/debian/copyright
    trunk/libgit-fastexport-perl/debian/rules

Modified: trunk/libgit-fastexport-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgit-fastexport-perl/debian/changelog?rev=29287&op=diff
==============================================================================
--- trunk/libgit-fastexport-perl/debian/changelog (original)
+++ trunk/libgit-fastexport-perl/debian/changelog Mon Jan  5 03:29:45 2009
@@ -1,27 +1,5 @@
-libgit-fastexport-perl (0.07-1) UNRELEASED; urgency=low
-
-  TODO:
-  * d/copyright: s/2008/2008-2009/g
-  * d/control:
-    - "libmodule-build-perl" -> "perl-modules (>= 5.10) | libmodule-build-perl"
-    - s/A module/Perl module/
-    - is libfile-slurp-perl really needed?
-  * d/changelog: one stanza (with "Initial Release. (Closes: #489145)" is
-    enough for a new package
-  * recommended:
-    - change dh to 7 in d/control,compat,rules
-    - change d/copyright to new format
-    - both can be done with dh-make-perl -R
-  
-
-  * New upstream release
-
- -- Edi Stojicevic <estojicevic at debianworld.org>  Sun, 04 Jan 2009 04:41:22 +0000
-
-libgit-fastexport-perl (0.04-1) unstable; urgency=low
+libgit-fastexport-perl (0.07-1) unstable; urgency=low
 
   * Initial Release. (Closes: #489145)
 
-  * need to sort out the issue with the general user config file
-
- -- Edi Stojicevic <estojicevic at debianworld.org>  Fri, 04 Jul 2008 10:40:21 +0100
+ -- Edi Stojicevic <estojicevic at debianworld.org>  Sun, 04 Jan 2009 04:41:22 +0000

Modified: trunk/libgit-fastexport-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgit-fastexport-perl/debian/compat?rev=29287&op=diff
==============================================================================
--- trunk/libgit-fastexport-perl/debian/compat (original)
+++ trunk/libgit-fastexport-perl/debian/compat Mon Jan  5 03:29:45 2009
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libgit-fastexport-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgit-fastexport-perl/debian/control?rev=29287&op=diff
==============================================================================
--- trunk/libgit-fastexport-perl/debian/control (original)
+++ trunk/libgit-fastexport-perl/debian/control Mon Jan  5 03:29:45 2009
@@ -1,8 +1,8 @@
 Source: libgit-fastexport-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), libmodule-build-perl
-Build-Depends-Indep: perl (>= 5.6.10-12), libfile-slurp-perl, libtest-pod-perl, libtest-pod-coverage-perl, git-core
+Build-Depends: debhelper (>= 7), perl-modules (>= 5.10) | libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.6.10-12), libtest-pod-perl, libtest-pod-coverage-perl, git-core
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Edi Stojicevic <estojicevic at debianworld.org>
 Standards-Version: 3.8.0
@@ -13,7 +13,7 @@
 Package: libgit-fastexport-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, git-core
-Description: A module to parse the output of git-fast-export
+Description: Perl module to parse the output of git-fast-export
  Git::FastExport is a module that parses the output of
  git-fast-export and returns Git::FastExport::Block objects that
  can be inspected or modified before being eventually passed on as the

Modified: trunk/libgit-fastexport-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgit-fastexport-perl/debian/copyright?rev=29287&op=diff
==============================================================================
--- trunk/libgit-fastexport-perl/debian/copyright (original)
+++ trunk/libgit-fastexport-perl/debian/copyright Mon Jan  5 03:29:45 2009
@@ -6,7 +6,7 @@
 
 License and copyright:
 
-Copyright 2008 Philippe Bruhat (BooK), All Rights Reserved.
+Copyright 2008-2009 Philippe Bruhat (BooK), All Rights Reserved.
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself. 
@@ -17,5 +17,5 @@
 and the Artistic Licence in `/usr/share/common-licenses/Artistic'.
 
 
-The Debian packaging is (C) 2008, Edi Stojicevic <estojicevic at debianworld.org> 
+The Debian packaging is (C) 2009, Edi Stojicevic <estojicevic at debianworld.org> 
 and is licensed under the same terms as the software itself (see above).

Modified: trunk/libgit-fastexport-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgit-fastexport-perl/debian/rules?rev=29287&op=diff
==============================================================================
--- trunk/libgit-fastexport-perl/debian/rules (original)
+++ trunk/libgit-fastexport-perl/debian/rules Mon Jan  5 03:29:45 2009
@@ -49,7 +49,7 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs 
+	dh_installdocs README
 	dh_installchangelogs Changes
 	dh_perl
 	dh_compress




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