r36609 - in /trunk/libsocialtext-resting-utils-perl/debian: changelog rules

thialme-guest at users.alioth.debian.org thialme-guest at users.alioth.debian.org
Thu May 28 22:35:06 UTC 2009


Author: thialme-guest
Date: Thu May 28 22:35:01 2009
New Revision: 36609

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=36609
Log:
Ready to be reviewed/uploaded

Modified:
    trunk/libsocialtext-resting-utils-perl/debian/changelog
    trunk/libsocialtext-resting-utils-perl/debian/rules

Modified: trunk/libsocialtext-resting-utils-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocialtext-resting-utils-perl/debian/changelog?rev=36609&op=diff
==============================================================================
--- trunk/libsocialtext-resting-utils-perl/debian/changelog (original)
+++ trunk/libsocialtext-resting-utils-perl/debian/changelog Thu May 28 22:35:01 2009
@@ -1,7 +1,4 @@
-libsocialtext-resting-utils-perl (0.20-1) UNRELEASED; urgency=low
-
-  TODOs:
-  * Check lintian warning (binary without manpages)
+libsocialtext-resting-utils-perl (0.20-1) unstable; urgency=low
 
   * New upstream release
   * debian/control: 

Modified: trunk/libsocialtext-resting-utils-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocialtext-resting-utils-perl/debian/rules?rev=36609&op=diff
==============================================================================
--- trunk/libsocialtext-resting-utils-perl/debian/rules (original)
+++ trunk/libsocialtext-resting-utils-perl/debian/rules Thu May 28 22:35:01 2009
@@ -16,12 +16,6 @@
 build-stamp:
 	dh_testdir
 
-	# As this is a architecture independent package, we are not
-	# supposed to install stuff to /usr/lib. MakeMaker creates
-	# the dirs, we prevent this by setting the INSTALLVENDORARCH
-	# and VENDORARCHEXP environment variables.
-
-	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor \
 		INSTALLVENDORARCH=/usr/share/perl5/ \
 		VENDORARCHEXP=/usr/share/perl5/
@@ -33,10 +27,8 @@
 clean:
 	dh_testdir
 	dh_testroot
-
 	dh_clean build-stamp install-stamp baz.sav baz.sav.1
 
-	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
 
 install: build install-stamp
@@ -45,14 +37,12 @@
 	dh_testroot
 	dh_clean -k
 
-	# Add commands to install the package into debian/$PACKAGE_NAME here
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 	rm -rf $(TMP)/usr/bin
 
 	touch $@
 
 binary-arch:
-# We have nothing to do here for an architecture-independent package
 
 binary-indep: build install
 	dh_testdir




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