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

Bastien ROUCARIÈS roucaries.bastien at gmail.com
Tue Nov 1 18:00:40 UTC 2011


The following commit has been merged in the master branch:
commit fd9b79665880d936ed0e95384e6f6b43c2e7e3ed
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Tue Nov 1 18:59:11 2011 +0100

    Fix todos
    
    - d/rules:
        + hm, dh(1) would be nicer then cdbs
        + commented out DEB_MAKE_CHECK_TARGET can be removed
        + binary-install/libunix-mknod-perl:: can be removed, the bug in EUMM has
          been fixed years ago
      - d/libunix-mknod-perl.docs: can probably be removed, the README doesn't
        look that helpful to end-users
      - d/copyright: (matter of taste, I'd write just:)
        ^Copyright: 2005-2008, University of Illinois Board of Trustees
    
    Thanks debian-perl group

diff --git a/debian/changelog b/debian/changelog
index ba87758..d8afbf4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,16 +1,4 @@
-libunix-mknod-perl (0.04-1) UNRELEASED; urgency=low
-
-  TODO:
-  - d/rules:
-    + hm, dh(1) would be nicer then cdbs
-    + commented out DEB_MAKE_CHECK_TARGET can be removed
-    + binary-install/libunix-mknod-perl:: can be removed, the bug in EUMM has
-      been fixed years ago
-  - d/libunix-mknod-perl.docs: can probably be removed, the README doesn't
-    look that helpful to end-users
-  - d/copyright: (matter of taste, I'd write just:)
-    ^Copyright: 2005-2008, University of Illinois Board of Trustees
-
+libunix-mknod-perl (0.04-1) unstable; urgency=low
 
   * Initial Release (Closes: 646574)
 
diff --git a/debian/copyright b/debian/copyright
index 4b4814f..2e97bdd 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Source: http://search.cpan.org/dist/Unix-Mknod/
 Name: Unix-Mknod
 
 Files: *
-Copyright: Copyright (c) 2005-2008 University of Illinois Board of Trustees
+Copyright: 2005-2008 University of Illinois Board of Trustees
 License: BSD-3-clause
  Copyright (c) 2005-2008 University of Illinois Board of Trustees
  All rights reserved.
diff --git a/debian/libunix-mknod-perl.docs b/debian/libunix-mknod-perl.docs
deleted file mode 100644
index e845566..0000000
--- a/debian/libunix-mknod-perl.docs
+++ /dev/null
@@ -1 +0,0 @@
-README
diff --git a/debian/rules b/debian/rules
index 8b1aeeb..1a1bb6b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,8 +2,3 @@
 
 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
-
-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