r58784 - in /trunk/libnet-mac-perl/debian: changelog control rules

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Thu Jun 3 09:34:43 UTC 2010


Author: ansgar-guest
Date: Thu Jun  3 09:34:23 2010
New Revision: 58784

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=58784
Log:
IGNORE-VERSION: 1.6-1
Small change to test suite.  Seems not to affect Debian (yet).
* Change my email address.
* Use source format 3.0 (quilt).
* Use tiny debian/rules.
* Mention module name in long description (instead of in short description).

Modified:
    trunk/libnet-mac-perl/debian/changelog
    trunk/libnet-mac-perl/debian/control
    trunk/libnet-mac-perl/debian/rules

Modified: trunk/libnet-mac-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-mac-perl/debian/changelog?rev=58784&op=diff
==============================================================================
--- trunk/libnet-mac-perl/debian/changelog (original)
+++ trunk/libnet-mac-perl/debian/changelog Thu Jun  3 09:34:23 2010
@@ -1,15 +1,21 @@
-libnet-mac-perl (1.5-2) UNRELEASED; urgency=low
+libnet-mac-perl (1.6-1) UNRELEASED; urgency=low
+
+  IGNORE-VERSION: 1.6-1
+  Small change to test suite.  Seems not to affect Debian (yet).
 
   [ gregor herrmann ]
   * debian/control: Added: ${misc:Depends} to Depends: field.
+  * Change my email address.
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
-  [ gregor herrmann ]
-  * Change my email address.
+  [ Ansgar Burchardt ]
+  * Use source format 3.0 (quilt).
+  * Use tiny debian/rules.
+  * Mention module name in long description (instead of in short description).
 
- -- gregor herrmann <gregoa at debian.org>  Sat, 06 Dec 2008 18:37:59 +0100
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Thu, 03 Jun 2010 18:21:10 +0900
 
 libnet-mac-perl (1.5-1) unstable; urgency=low
 

Modified: trunk/libnet-mac-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-mac-perl/debian/control?rev=58784&op=diff
==============================================================================
--- trunk/libnet-mac-perl/debian/control (original)
+++ trunk/libnet-mac-perl/debian/control Thu Jun  3 09:34:23 2010
@@ -15,8 +15,8 @@
 Package: libnet-mac-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: Net::MAC - Perl extension for representing and manipulating MAC addresses 
- This is a module that allows you to store a MAC address 
+Description: Perl module for representing and manipulating MAC addresses 
+ Net::Mac is a module that allows you to store a MAC address 
  in a Perl object, find out information about a stored MAC address and
  convert a MAC address into a specified format and easily compare two 
  MAC addresses for string or numeric equality.

Modified: trunk/libnet-mac-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-mac-perl/debian/rules?rev=58784&op=diff
==============================================================================
--- trunk/libnet-mac-perl/debian/rules (original)
+++ trunk/libnet-mac-perl/debian/rules Thu Jun  3 09:34:23 2010
@@ -1,23 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
+%:
 	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build




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