r11450 - in packages/trunk/performous/debian: . h2m

Miriam Ruiz miriam at alioth.debian.org
Wed Nov 3 23:10:19 UTC 2010


Author: miriam
Date: 2010-11-03 23:10:02 +0000 (Wed, 03 Nov 2010)
New Revision: 11450

Modified:
   packages/trunk/performous/debian/changelog
   packages/trunk/performous/debian/h2m/Makefile
   packages/trunk/performous/debian/rules
Log:
Prepare release



Modified: packages/trunk/performous/debian/changelog
===================================================================
--- packages/trunk/performous/debian/changelog	2010-11-03 22:09:39 UTC (rev 11449)
+++ packages/trunk/performous/debian/changelog	2010-11-03 23:10:02 UTC (rev 11450)
@@ -1,10 +1,11 @@
-performous (0.6.1-1) UNRELEASED; urgency=low
+performous (0.6.1-1) unstable; urgency=low
 
   [ Miriam Ruiz ]
   * New upstream release
   * Using source package format "3.0 (quilt)"
   * Upgraded Standards-Version from 3.8.3 to 3.9.1
   * Added a recommend for vorbis-tools in performous-tools. Closes: #567807
+  * Removed configure target as dependency from clean in debian/rules
 
  -- Miriam Ruiz <little_miry at yahoo.es>  Wed, 03 Nov 2010 22:57:47 +0100
 

Modified: packages/trunk/performous/debian/h2m/Makefile
===================================================================
--- packages/trunk/performous/debian/h2m/Makefile	2010-11-03 22:09:39 UTC (rev 11449)
+++ packages/trunk/performous/debian/h2m/Makefile	2010-11-03 23:10:02 UTC (rev 11450)
@@ -11,4 +11,4 @@
 
 performous.6: performous
 	chmod +x $<
-	help2man --no-info --section=6 --include=../../docs/$<.h2m ./$< > $@
+	help2man --no-info --section=6 --include=../../docs/man/$<.h2m ./$< > $@

Modified: packages/trunk/performous/debian/rules
===================================================================
--- packages/trunk/performous/debian/rules	2010-11-03 22:09:39 UTC (rev 11449)
+++ packages/trunk/performous/debian/rules	2010-11-03 23:10:02 UTC (rev 11450)
@@ -37,7 +37,7 @@
 	cd $(BUILD_TREE); $(MAKE)
 	touch $@
 
-clean: configure
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
@@ -50,7 +50,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 	cd $(BUILD_TREE); $(MAKE) install DESTDIR=$(CURDIR)/debian/performous
 	$(MAKE) -C debian/h2m
@@ -71,7 +71,7 @@
 		done
 
 # Build architecture independant packages using the common target.
-binary-indep: 
+binary-indep:
 	dh_testdir
 	dh_testroot
 	dh_install -i




More information about the Pkg-games-commits mailing list