[SCM] Perl extension for mknod, major, minor, and makedev branch, master, updated. 65bc718be473ac7ef52f47759822dda27f92341e

Bastien ROUCARIÈS roucaries.bastien at gmail.com
Mon Oct 31 11:06:32 UTC 2011


The following commit has been merged in the master branch:
commit 65bc718be473ac7ef52f47759822dda27f92341e
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Mon Oct 31 12:03:05 2011 +0100

    Fix todos
    
    - Fix rules
    - Fix debian copyright
    - Run test suite

diff --git a/debian/changelog b/debian/changelog
index 352bf36..d8afbf4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,5 @@
-libunix-mknod-perl (0.04-1) UNRELEASED; urgency=low
-
-  TODO:
-   - d/rules: Has a target referencing libfuse-perl (which probably can be
-     removed without any problems).
-   - d/copyright: Copyright for debian/* is from 2001?
-   - Might be able to run part of the test suite (until one line below the
-     stat('/dev/null')).
+libunix-mknod-perl (0.04-1) unstable; urgency=low
 
   * Initial Release (Closes: 646574)
 
- -- Bastien Roucariès <roucaries.bastien+debian at gmail.com>  Fri, 28 Oct 2011 11:26:41 +0200
+ -- Bastien Roucariès <roucaries.bastien+debian at gmail.com>  Mon, 31 Oct 2011 12:02:15 +0100
diff --git a/debian/copyright b/debian/copyright
index 15960c6..4b4814f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -41,7 +41,7 @@ License: BSD-3-clause
  OR THE USE OR OTHER DEALINGS WITH THE SOFTWARE.
 
 Files: debian/*
-Copyright: 2001, Bastien Roucariès <roucaries.bastien+debian at gmail.com>
+Copyright: 2011, Bastien Roucariès <roucaries.bastien+debian at gmail.com>
 License: GNUAllPermissive
  Copying and distribution of this file, with or without modification,
  are permitted in any medium without royalty provided the copyright
diff --git a/debian/rules b/debian/rules
index 6195ec6..8b1aeeb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/perl-makemaker.mk
 
-DEB_MAKE_CHECK_TARGET :=  # Do not build tests
+# DEB_MAKE_CHECK_TARGET :=  # Do not build tests
 
-binary-install/libfuse-perl::
+binary-install/libunix-mknod-perl::
 	[ ! -d $(CURDIR)/debian/libunix-mknod-perl/usr/share/perl5 ] || rmdir $(CURDIR)/debian/libunix-mknod-perl/usr/share/perl5

-- 
Perl extension for mknod, major, minor, and makedev



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