r59298 - in /trunk/libnet-hotline-perl/debian: changelog control copyright rules source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jun 12 22:31:15 UTC 2010


Author: gregoa
Date: Sat Jun 12 22:31:09 2010
New Revision: 59298

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=59298
Log:
* Convert to source format 3.0 (quilt).
* Set Standards-Version to 3.8.4 (no changes).
* Minimize debian/rules.
* Update formatting in debian/copyright.

Added:
    trunk/libnet-hotline-perl/debian/source/
    trunk/libnet-hotline-perl/debian/source/format
Modified:
    trunk/libnet-hotline-perl/debian/changelog
    trunk/libnet-hotline-perl/debian/control
    trunk/libnet-hotline-perl/debian/copyright
    trunk/libnet-hotline-perl/debian/rules

Modified: trunk/libnet-hotline-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-hotline-perl/debian/changelog?rev=59298&op=diff
==============================================================================
--- trunk/libnet-hotline-perl/debian/changelog (original)
+++ trunk/libnet-hotline-perl/debian/changelog Sat Jun 12 22:31:09 2010
@@ -14,6 +14,12 @@
   * debian/control: Changed: Replace versioned (build-)dependency on
     perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
     permitted by Debian Policy 3.8.3).
+
+  [ gregor herrmann ]
+  * Convert to source format 3.0 (quilt).
+  * Set Standards-Version to 3.8.4 (no changes).
+  * Minimize debian/rules.
+  * Update formatting in debian/copyright.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:49:39 +0100
 

Modified: trunk/libnet-hotline-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-hotline-perl/debian/control?rev=59298&op=diff
==============================================================================
--- trunk/libnet-hotline-perl/debian/control (original)
+++ trunk/libnet-hotline-perl/debian/control Sat Jun 12 22:31:09 2010
@@ -1,22 +1,21 @@
 Source: libnet-hotline-perl
 Section: perl
 Priority: extra
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl
-Standards-Version: 3.8.0
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/Net-Hotline/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-hotline-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-hotline-perl/
 
 Package: libnet-hotline-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}
 Description: Hotline interface module for Perl
- This package contains an interface to write programs that connect to
+ Net::Hotline contains an interface to write programs that connect to
  Hotline servers.  Hotline is a set of protocols allowing chat, news, and file 
  transfers. Any user can run his/her own server and register it with a public 
  tracker, which is a meta-server that users can access to obtain a list of    
  registered servers and connect to them.
-

Modified: trunk/libnet-hotline-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-hotline-perl/debian/copyright?rev=59298&op=diff
==============================================================================
--- trunk/libnet-hotline-perl/debian/copyright (original)
+++ trunk/libnet-hotline-perl/debian/copyright Sat Jun 12 22:31:09 2010
@@ -1,30 +1,32 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: John C. Siracusa (siracusa at mindspring.com)
-Upstream-Source: http://search.cpan.org/dist/Net-Hotline/
-Upstream-Name: Net-Hotline
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: John C. Siracusa (siracusa at mindspring.com)
+Source: http://search.cpan.org/dist/Net-Hotline/
+Name: Net-Hotline
 
 Files: *
-Copyright: 1998-2002, John C. Siracusa (siracusa at mindspring.com)
-License-Alias: Perl
-License: Artistic | GPL-1+
+Copyright: 1988-2002, John C. Siracusa (siracusa at mindspring.com)
+License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 
- 2001-2004, Misha Nasledov <misha at nasledov.com> 
- 2008,      gregor herrmann <gregoa at debian.org>
-License: Artistic | GPL-1+
+Copyright: 2001, 2004, Misha Nasledov <misha at debian.org>
+ 2001, Misha Nasledov <misha at nasledov.com>
+ 2002, Aurelien Jarno <aurel32 at debian.org>
+ 2008, 2010, gregor herrmann <gregoa at debian.org>
+ 2008, Frank Lichtenheld <djpig at debian.org>
+License: Artistic or GPL-1+
 
 License: Artistic
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the Artistic License, which comes with Perl.
-    On Debian GNU/Linux systems, the complete text of the Artistic License
-    can be found in /usr/share/common-licenses/Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian GNU/Linux systems, the complete text of the Artistic License
+ can be found in `/usr/share/common-licenses/Artistic'
 
 License: GPL-1+
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by 
-    the Free Software Foundation; either version 1, or (at your option)
-    any later version.
-    On Debian GNU/Linux systems, the complete text of the GNU General
-    Public License can be found in `/usr/share/common-licenses/GPL'
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'

Modified: trunk/libnet-hotline-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-hotline-perl/debian/rules?rev=59298&op=diff
==============================================================================
--- trunk/libnet-hotline-perl/debian/rules (original)
+++ trunk/libnet-hotline-perl/debian/rules Sat Jun 12 22:31:09 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

Added: trunk/libnet-hotline-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-hotline-perl/debian/source/format?rev=59298&op=file
==============================================================================
--- trunk/libnet-hotline-perl/debian/source/format (added)
+++ trunk/libnet-hotline-perl/debian/source/format Sat Jun 12 22:31:09 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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