r10688 - in /trunk/libnet-smtp-server-perl/debian: changelog control rules watch

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Dec 2 14:28:42 UTC 2007


Author: gregoa-guest
Date: Sun Dec  2 14:28:42 2007
New Revision: 10688

URL: http://svn.debian.org/wsvn/?sc=1&rev=10688
Log:
* Use dist-based URL in debian/watch.
* Change Homepage field and remove misspelled pseudo-field Homepage from
  long description.
* 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

Modified:
    trunk/libnet-smtp-server-perl/debian/changelog
    trunk/libnet-smtp-server-perl/debian/control
    trunk/libnet-smtp-server-perl/debian/rules
    trunk/libnet-smtp-server-perl/debian/watch

Modified: trunk/libnet-smtp-server-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libnet-smtp-server-perl/debian/changelog?rev=10688&op=diff
==============================================================================
--- trunk/libnet-smtp-server-perl/debian/changelog (original)
+++ trunk/libnet-smtp-server-perl/debian/changelog Sun Dec  2 14:28:42 2007
@@ -3,6 +3,15 @@
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
+  * Use dist-based URL in debian/watch.
+  * Change Homepage field and remove misspelled pseudo-field Homepage from
+    long description.
+  * 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
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:11 +0200
 

Modified: trunk/libnet-smtp-server-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libnet-smtp-server-perl/debian/control?rev=10688&op=diff
==============================================================================
--- trunk/libnet-smtp-server-perl/debian/control (original)
+++ trunk/libnet-smtp-server-perl/debian/control Sun Dec  2 14:28:42 2007
@@ -6,7 +6,7 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Deepak Tripathi <apenguinlinux at gmail.com>
 Standards-Version: 3.7.2
-Homepage: http://search.cpan.org/dist/Net-SMTP-Server/
+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/wsvn/pkg-perl/trunk/libnet-smtp-server-perl/
 
@@ -31,5 +31,3 @@
  and default to the current hostname and the standard SMTP port (25).
  However, if you run on a multi-homed machine, you may want to
  explicitly specify which interface to bind to.
- .
-  Homapage: http://www.macgyver.org/software/perl

Modified: trunk/libnet-smtp-server-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libnet-smtp-server-perl/debian/rules?rev=10688&op=diff
==============================================================================
--- trunk/libnet-smtp-server-perl/debian/rules (original)
+++ trunk/libnet-smtp-server-perl/debian/rules Sun Dec  2 14:28:42 2007
@@ -13,39 +13,29 @@
 ifndef DESTDIR
 DESTDIR=..
 endif
-TMP     =`pwd`/debian/$(PACKAGE)
+TMP     =$(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
 build-stamp:
 	dh_testdir
-
-	
-	# Add here commands to compile the package.
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-O2 -g -Wall"
-
+	$(MAKE)
 	touch build-stamp
 
 clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
-
-	# Add here commands to clean up after the build process.
 	[ ! -f Makefile ] || $(MAKE) realclean
-
 	dh_clean
 
-install: 
+install: build
 	dh_testdir
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-
-	# Add here commands to install the package into debian/tmp.
-	#$(MAKE) install DESTDIR=`pwd`/debian/tmp
 	$(MAKE) install PREFIX=$(TMP)/usr
-
+	rmdir --parents --ignore-fail-on-non-empty $(TMP)/usr/lib/perl5
 
 # Build architecture-independent files here.
 binary-arch: build install
@@ -58,18 +48,10 @@
 	dh_testroot
 	dh_installdocs README
 	dh_installexamples ex/*
-	dh_installmenu
-#	dh_installemacsen
-#	dh_installinit
-	dh_installcron
 	dh_installman
-#	dh_undocumented
 	dh_installchangelogs Changes
-	dh_link
-	dh_strip
 	dh_compress
 	dh_fixperms
-#	dh_makeshlibs
 	dh_installdeb
 	dh_perl 
 	dh_shlibdeps

Modified: trunk/libnet-smtp-server-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libnet-smtp-server-perl/debian/watch?rev=10688&op=diff
==============================================================================
--- trunk/libnet-smtp-server-perl/debian/watch (original)
+++ trunk/libnet-smtp-server-perl/debian/watch Sun Dec  2 14:28:42 2007
@@ -1,13 +1,2 @@
-# Example watch control file for uscan
-# Rename this file to "watch" and then you can run the "uscan" command
-# to check for upstream updates and more.
-# See uscan(1) for format
-
-# Compulsory line, this is a version 3 file
 version=3
-
-# Uncomment to examine a Webpage 
-# <Webpage URL> <string match>
-http://www.macgyver.org/software/perl/SMTP-Server-(.*)\.tar\.gz
-http://www.cpan.org/authors/id/M/MA/MACGYVER/SMTP-Server-(.*)\.tar\.gz
-
+http://search.cpan.org/dist/SMTP-Server/ .*/SMTP-Server-([[:digit:]].*)\.tar\.gz




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