r67222 - in /trunk/libsocialtext-resting-utils-perl/debian: changelog control copyright rules

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Sun Jan 9 19:58:00 UTC 2011


Author: carnil
Date: Sun Jan  9 19:57:53 2011
New Revision: 67222

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67222
Log:
* Team upload.
* Use writable directory as HOME during build (Closes: #609396). 
* debian/copyright:
  - Explicitly refer to GPL-1 license in common-licenses.
  - Refer to Debian systems in general instead of only Debian GNU/Linux
    systems. 
* Bump Standards-Version to 3.9.1.

Modified:
    trunk/libsocialtext-resting-utils-perl/debian/changelog
    trunk/libsocialtext-resting-utils-perl/debian/control
    trunk/libsocialtext-resting-utils-perl/debian/copyright
    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=67222&op=diff
==============================================================================
--- trunk/libsocialtext-resting-utils-perl/debian/changelog (original)
+++ trunk/libsocialtext-resting-utils-perl/debian/changelog Sun Jan  9 19:57:53 2011
@@ -1,3 +1,15 @@
+libsocialtext-resting-utils-perl (0.21-2) unstable; urgency=low
+
+  * Team upload.
+  * Use writable directory as HOME during build (Closes: #609396). 
+  * debian/copyright:
+    - Explicitly refer to GPL-1 license in common-licenses.
+    - Refer to Debian systems in general instead of only Debian GNU/Linux
+      systems. 
+  * Bump Standards-Version to 3.9.1.
+
+ -- Salvatore Bonaccorso <carnil at debian.org>  Sun, 09 Jan 2011 20:57:32 +0100
+
 libsocialtext-resting-utils-perl (0.21-1) unstable; urgency=low
 
   [ Jonathan Yu ]

Modified: trunk/libsocialtext-resting-utils-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocialtext-resting-utils-perl/debian/control?rev=67222&op=diff
==============================================================================
--- trunk/libsocialtext-resting-utils-perl/debian/control (original)
+++ trunk/libsocialtext-resting-utils-perl/debian/control Sun Jan  9 19:57:53 2011
@@ -8,7 +8,7 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Franck Joncourt <franck.mail at dthconnex.com>,
  Jonathan Yu <jawnsy at cpan.org>
-Standards-Version: 3.8.3
+Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/Socialtext-Resting-Utils/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsocialtext-resting-utils-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libsocialtext-resting-utils-perl/

Modified: trunk/libsocialtext-resting-utils-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocialtext-resting-utils-perl/debian/copyright?rev=67222&op=diff
==============================================================================
--- trunk/libsocialtext-resting-utils-perl/debian/copyright (original)
+++ trunk/libsocialtext-resting-utils-perl/debian/copyright Sun Jan  9 19:57:53 2011
@@ -17,8 +17,8 @@
  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'
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
 
 License: GPL-1+
  This program is free software; you can redistribute it and/or modify
@@ -26,5 +26,5 @@
  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'
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Modified: trunk/libsocialtext-resting-utils-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocialtext-resting-utils-perl/debian/rules?rev=67222&op=diff
==============================================================================
--- trunk/libsocialtext-resting-utils-perl/debian/rules (original)
+++ trunk/libsocialtext-resting-utils-perl/debian/rules Sun Jan  9 19:57:53 2011
@@ -1,7 +1,8 @@
 #!/usr/bin/make -f
 
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
+PACKAGE   = $(shell dh_listpackages)
+TMP       = $(CURDIR)/debian/$(PACKAGE)
+BUILDHOME = $(CURDIR)/debian/build
 
 %:
 	dh $@
@@ -9,8 +10,13 @@
 override_dh_auto_test:
 	# t/rester.conf gets modified during tests. backup it and copy it back.
 	cp $(CURDIR)/t/rester.conf $(CURDIR)/debian/rester.conf.bak
-	dh_auto_test
+	mkdir -p $(BUILDHOME)
+	HOME=$(BUILDHOME) dh_auto_test
 	[ ! -f $(CURDIR)/debian/rester.conf.bak ] || mv $(CURDIR)/debian/rester.conf.bak $(CURDIR)/t/rester.conf
+
+override_dh_clean:
+	dh_clean
+	rm -rf $(BUILDHOME)
 
 override_dh_auto_install:
 	dh_auto_install




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