r13126 - in /trunk/libfilesys-smbclient-perl/debian: changelog copyright rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Jan 21 12:00:06 UTC 2008


Author: dmn
Date: Mon Jan 21 12:00:05 2008
New Revision: 13126

URL: http://svn.debian.org/wsvn/?sc=1&rev=13126
Log:
* debian/rules:
  + move (still disabled) test suite in build-stamp target
  + use "$@" when touching stamps
  + remove *-stamp files before realclean
  + fix install(-stamp) dependencies
  + remove commendet-out dh_* calls; remove unused dh_link and dh_makeshlibs
    calls
  + when installing t/ as examples, keep the directory

Modified:
    trunk/libfilesys-smbclient-perl/debian/changelog
    trunk/libfilesys-smbclient-perl/debian/copyright
    trunk/libfilesys-smbclient-perl/debian/rules

Modified: trunk/libfilesys-smbclient-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libfilesys-smbclient-perl/debian/changelog?rev=13126&op=diff
==============================================================================
--- trunk/libfilesys-smbclient-perl/debian/changelog (original)
+++ trunk/libfilesys-smbclient-perl/debian/changelog Mon Jan 21 12:00:05 2008
@@ -8,6 +8,14 @@
 
   [ Damyan Ivanov ]
   * debian/watch: use dist-vased URL, better pattern
+  * debian/rules:
+    + move (still disabled) test suite in build-stamp target
+    + use "$@" when touching stamps
+    + remove *-stamp files before realclean
+    + fix install(-stamp) dependencies
+    + remove commendet-out dh_* calls; remove unused dh_link and dh_makeshlibs
+      calls
+    + when installing t/ as examples, keep the directory
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:30 +0200
 

Modified: trunk/libfilesys-smbclient-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libfilesys-smbclient-perl/debian/copyright?rev=13126&op=diff
==============================================================================
--- trunk/libfilesys-smbclient-perl/debian/copyright (original)
+++ trunk/libfilesys-smbclient-perl/debian/copyright Mon Jan 21 12:00:05 2008
@@ -11,7 +11,7 @@
 Upstream author: Alain Barbet <alian at alianwebserver.com>.
 
 Copyright:
-Copyright 2000 A.Barbet alian at alianwebserver.com.  All rights reserved.
+Copyright 2000-2006 A.Barbet alian at alianwebserver.com.  All rights reserved.
 
 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

Modified: trunk/libfilesys-smbclient-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libfilesys-smbclient-perl/debian/rules?rev=13126&op=diff
==============================================================================
--- trunk/libfilesys-smbclient-perl/debian/rules (original)
+++ trunk/libfilesys-smbclient-perl/debian/rules Mon Jan 21 12:00:05 2008
@@ -33,24 +33,23 @@
 build-stamp:
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="$(OPTIMIZE)" LD_RUN_PATH=""
-	touch build-stamp
+	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
+	#$(MAKE) test # requires accass to a samba server
+	touch $@
 
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp
+	dh_clean build-stamp install-stamp
 	[ ! -f Makefile ] || $(MAKE) realclean
-	dh_clean build-stamp install-stamp
 
-install: build install-stamp
-install-stamp:
+install: install-stamp
+install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
 	dh_clean -k
 
 	# Add commands to install the package into debian/$PACKAGE_NAME here
-	#TEST#
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 
 	# As this is a architecture dependent package, we are not
@@ -58,7 +57,7 @@
 	# the dirs, we delete them from the deb:
 	[ ! -d $(TMP)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/perl5
 
-	touch install-stamp
+	touch $@
 
 # Build architecture-independent files here.
 binary-indep: build install
@@ -69,18 +68,13 @@
 	dh_testdir
 	dh_testroot
 	dh_installdocs debian/README.Debian
-	dh_installexamples t/*.t smb2www-2.cgi smb2www.css
-#	dh_installmenu
-#	dh_installcron
-#	dh_installman
+	dh_installexamples t smb2www-2.cgi smb2www.css
 	dh_installchangelogs Changes
-	dh_link
 	dh_strip
 	dh_compress
 	dh_fixperms
-	dh_makeshlibs
 	dh_installdeb
-	dh_perl 
+	dh_perl
 	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums




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