r57063 - in /trunk/libnet-smtp-server-perl/debian: changelog compat control copyright libnet-smtp-server-perl.examples rules source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Apr 28 18:02:41 UTC 2010


Author: gregoa
Date: Wed Apr 28 18:01:59 2010
New Revision: 57063

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57063
Log:
* Switch to debhelper 7.
* Convert to source format 3.0 (quilt).
* Don't install README anymore.
* Add /me to Uploaders.
* Set Standards-Version to 3.8.4; remove version from perl build dependency.
* debian/copyright: use DEP5 formatting.

Added:
    trunk/libnet-smtp-server-perl/debian/libnet-smtp-server-perl.examples
    trunk/libnet-smtp-server-perl/debian/source/
    trunk/libnet-smtp-server-perl/debian/source/format
Modified:
    trunk/libnet-smtp-server-perl/debian/changelog
    trunk/libnet-smtp-server-perl/debian/compat
    trunk/libnet-smtp-server-perl/debian/control
    trunk/libnet-smtp-server-perl/debian/copyright
    trunk/libnet-smtp-server-perl/debian/rules

Modified: trunk/libnet-smtp-server-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-smtp-server-perl/debian/changelog?rev=57063&op=diff
==============================================================================
--- trunk/libnet-smtp-server-perl/debian/changelog (original)
+++ trunk/libnet-smtp-server-perl/debian/changelog Wed Apr 28 18:01:59 2010
@@ -6,16 +6,14 @@
   * Use dist-based URL in debian/watch.
   * Change Homepage field and remove misspelled pseudo-field Homepage from
     long description (closes: #509105).
-  * debian/rules:
-    - don't install empty /usr/lib/perl5 directory
-    - remove variable OPTIMIZE, we don't compile anything
-    - use $(CURDIR) instead of `pwd`
-    - let install target depend on build target
-    - remove comments, empty lines and unneeded dh_* calls
-  * debian/rules: delete /usr/lib/perl5 only if it exists.
-  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
-    (source stanza).
+
   * Add libnet-dns-perl to Depends (closes: #579492).
+  * Switch to debhelper 7.
+  * Convert to source format 3.0 (quilt).
+  * Don't install README anymore.
+  * Add /me to Uploaders.
+  * Set Standards-Version to 3.8.4; remove version from perl build dependency.
+  * debian/copyright: use DEP5 formatting.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:11 +0200
 

Modified: trunk/libnet-smtp-server-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-smtp-server-perl/debian/compat?rev=57063&op=diff
==============================================================================
--- trunk/libnet-smtp-server-perl/debian/compat (original)
+++ trunk/libnet-smtp-server-perl/debian/compat Wed Apr 28 18:01:59 2010
@@ -1,1 +1,1 @@
-4
+7

Modified: trunk/libnet-smtp-server-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-smtp-server-perl/debian/control?rev=57063&op=diff
==============================================================================
--- trunk/libnet-smtp-server-perl/debian/control (original)
+++ trunk/libnet-smtp-server-perl/debian/control Wed Apr 28 18:01:59 2010
@@ -1,19 +1,20 @@
 Source: libnet-smtp-server-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0)
-Build-Depends-Indep: perl (>= 5.8.8-7)
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Deepak Tripathi <apenguinlinux at gmail.com>
-Standards-Version: 3.7.2
+Uploaders: Deepak Tripathi <apenguinlinux at gmail.com>,
+ gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.8.4
 Homepage: http://www.macgyver.org/software/perl
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-smtp-server-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-smtp-server-perl/
 
 Package: libnet-smtp-server-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libnet-dns-perl
-Description:  A native Perl SMTP Server implementation for Perl
+Depends: ${misc:Depends}, ${perl:Depends}, libnet-dns-perl
+Description: native Perl SMTP Server implementation for Perl
  The Net::SMTP::Server module implements an RFC 821 compliant SMTP
  server, completely in Perl.  It's extremely extensible, so adding in
  things like spam filtering, or more advanced routing and handling

Modified: trunk/libnet-smtp-server-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-smtp-server-perl/debian/copyright?rev=57063&op=diff
==============================================================================
--- trunk/libnet-smtp-server-perl/debian/copyright (original)
+++ trunk/libnet-smtp-server-perl/debian/copyright Wed Apr 28 18:01:59 2010
@@ -1,15 +1,31 @@
-This is the debian package for the Net::SMTP::Server module.
-It was created by Elie Rosenblum <fnord at debian.org> using dh-make-perl.
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: MacGyver (aka Habeeb J. Dihu) <macgyver at tos.net>
+Source: http://search.cpan.org/dist/Net-SMTP-Server/
+Name: Net-SMTP-Server
 
-It is now maintained by Deepak Tripathi <apenguinlinux at gmail.com>
+Files: *
+Copyright: 1999, MacGyver (aka Habeeb J. Dihu) <macgyver at tos.net>
+License: Artistic or GPL-1+
 
+Files: debian/*
+Copyright: 2002, Elie Rosenblum <fnord at debian.org>
+ 2007, Deepak Tripathi <apenguinlinux at gmail.com>
+ 2007, Michael Ablassmeier <abi at debian.org>
+ 2007, 2010, gregor herrmann <gregoa at debian.org>
+License: Artistic or GPL-1+
 
-This software is Copyright(C) 1999, MacGyver (aka Habeeb J. Dihu).
-All Rights Reserved.
+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'
 
-You may distribute this package under the terms of either the GNU
-General Public License or the Artistic License, as specified in
-the Perl README file. Both licenses may be found on Debian systems
-in /usr/share/common-licenses:
-  /usr/share/common-licenses/Artistic
-  /usr/share/common-licenses/GPL
+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'

Added: trunk/libnet-smtp-server-perl/debian/libnet-smtp-server-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-smtp-server-perl/debian/libnet-smtp-server-perl.examples?rev=57063&op=file
==============================================================================
--- trunk/libnet-smtp-server-perl/debian/libnet-smtp-server-perl.examples (added)
+++ trunk/libnet-smtp-server-perl/debian/libnet-smtp-server-perl.examples Wed Apr 28 18:01:59 2010
@@ -1,0 +1,1 @@
+ex/*

Modified: trunk/libnet-smtp-server-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-smtp-server-perl/debian/rules?rev=57063&op=diff
==============================================================================
--- trunk/libnet-smtp-server-perl/debian/rules (original)
+++ trunk/libnet-smtp-server-perl/debian/rules Wed Apr 28 18:01:59 2010
@@ -1,66 +1,4 @@
 #!/usr/bin/make -f
-#-*- makefile -*-
-# Made with the aid of dh_make, by Craig Small
-# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
-# Some lines taken from debmake, by Christoph Lameter.
 
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-ifndef DESTDIR
-DESTDIR=..
-endif
-TMP     =$(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp
-	[ ! -f Makefile ] || $(MAKE) realclean
-	dh_clean
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-	$(MAKE) install PREFIX=$(TMP)/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
-
-# Build architecture-independent files here.
-binary-arch: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-indep: build install
-#	dh_testversion
-	dh_testdir
-	dh_testroot
-	dh_installdocs README
-	dh_installexamples ex/*
-	dh_installman
-	dh_installchangelogs Changes
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_perl 
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb --destdir=$(DESTDIR)
-
-source diff:                                                                  
-	@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
+%:
+	dh $@

Added: trunk/libnet-smtp-server-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-smtp-server-perl/debian/source/format?rev=57063&op=file
==============================================================================
--- trunk/libnet-smtp-server-perl/debian/source/format (added)
+++ trunk/libnet-smtp-server-perl/debian/source/format Wed Apr 28 18:01:59 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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