r17379 - in /trunk/libnet-nis-perl/debian: changelog compat control copyright rules

hfrenzel-guest at users.alioth.debian.org hfrenzel-guest at users.alioth.debian.org
Thu Mar 13 10:21:39 UTC 2008


Author: hfrenzel-guest
Date: Thu Mar 13 10:21:28 2008
New Revision: 17379

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=17379
Log:
* fixes as mentioned in http://lists.debian.org/debian-perl/2008/03/msg00067.html
 * debian/copyright
   + removed dh-make-perl boilerplate
   + seperated AUTHORS, COPYRIGHT and LICENSE into different parts
 * debian/rules
   + removed unused dh_installexamples
   + added install to .PHONY
 * debian/compat
   + bumped level to 6
 * debian/control
   + removed Dm-Upload-Allowed

Modified:
    trunk/libnet-nis-perl/debian/changelog
    trunk/libnet-nis-perl/debian/compat
    trunk/libnet-nis-perl/debian/control
    trunk/libnet-nis-perl/debian/copyright
    trunk/libnet-nis-perl/debian/rules

Modified: trunk/libnet-nis-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-nis-perl/debian/changelog?rev=17379&op=diff
==============================================================================
--- trunk/libnet-nis-perl/debian/changelog (original)
+++ trunk/libnet-nis-perl/debian/changelog Thu Mar 13 10:21:28 2008
@@ -1,6 +1,4 @@
 libnet-nis-perl (0.43-1) UNRELEASED; urgency=low
-
-   TODO: address http://lists.debian.org/debian-perl/2008/03/msg00067.html
 
   * Initial Release. (Closes: #470649: ITP: libnet-nis-perl -- Interface to
     Sun's Network Information Service)

Modified: trunk/libnet-nis-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-nis-perl/debian/compat?rev=17379&op=diff
==============================================================================
--- trunk/libnet-nis-perl/debian/compat (original)
+++ trunk/libnet-nis-perl/debian/compat Thu Mar 13 10:21:28 2008
@@ -1,1 +1,1 @@
-5
+6

Modified: trunk/libnet-nis-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-nis-perl/debian/control?rev=17379&op=diff
==============================================================================
--- trunk/libnet-nis-perl/debian/control (original)
+++ trunk/libnet-nis-perl/debian/control Thu Mar 13 10:21:28 2008
@@ -8,7 +8,6 @@
 Homepage: http://search.cpan.org/dist/Net-NIS/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-perl/trunk/libnet-nis-perl
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-nis-perl
-Dm-Upload-Allowed: yes
 
 Package: libnet-nis-perl
 Architecture: any

Modified: trunk/libnet-nis-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-nis-perl/debian/copyright?rev=17379&op=diff
==============================================================================
--- trunk/libnet-nis-perl/debian/copyright (original)
+++ trunk/libnet-nis-perl/debian/copyright Thu Mar 13 10:21:28 2008
@@ -3,26 +3,23 @@
 
 It was downloaded from http://search.cpan.org/dist/Net-NIS/
 
-This copyright info was automatically extracted from the perl module.
-It may not be accurate, so you better check the module sources
-if don't want to get into legal troubles.
+The upstream authors are: 
 
-The upstream author is: 
-
-Copyright (c) 1995, 2002 Rik Harris (rik.harris at fulcrum.com.au). All
-rights reserved.  This program is free software; you can redistribute
-it and/or modify it under the same terms as Perl itself.
-
-Net::NIS is currently maintained by Ed Santiago Muñoz <esm at pobox.com>.
+ Rik Harris <rik.harris at fulcrum.com.au>
+ Ed Santiago Muñoz <esm at pobox.com>
 
 The Network Information Service (NIS) was formerly known as Sun Yellow
 Pages (YP). The functionality of the two remains the same; only the
 name has changed.  The name Yellow Pages is a registered trademark in
 the United Kingdom of British Telecommunications plc, and may not be
-used without permission..
+used without permission.
 
-This program is free software; you can redistribute it and/or modify
-it under the terms of either:
+License:
+
+ This package is free software; you may redistribute it and/or 
+ modify it under the same terms as Perl itself.
+ 
+ Perl is licensed under the following terms:
 
  a) the GNU General Public License as published by the Free Software
     Foundation; either version 1, or (at your option) any later

Modified: trunk/libnet-nis-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-nis-perl/debian/rules?rev=17379&op=diff
==============================================================================
--- trunk/libnet-nis-perl/debian/rules (original)
+++ trunk/libnet-nis-perl/debian/rules Thu Mar 13 10:21:28 2008
@@ -69,7 +69,6 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-	dh_installexamples 
 	dh_installdocs README
 	dh_installchangelogs Changes
 	dh_shlibdeps
@@ -86,4 +85,4 @@
 	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+.PHONY: build clean binary-indep binary-arch binary install




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