[Pkg-voip-commits] r5667 - in /mumble/trunk/debian: changelog rules

the-me-guest at alioth.debian.org the-me-guest at alioth.debian.org
Sun May 4 12:16:54 UTC 2008


Author: the-me-guest
Date: Sun May  4 12:16:54 2008
New Revision: 5667

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5667
Log:
Some clean target fixes.

Modified:
    mumble/trunk/debian/changelog
    mumble/trunk/debian/rules

Modified: mumble/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/mumble/trunk/debian/changelog?rev=5667&op=diff
==============================================================================
--- mumble/trunk/debian/changelog (original)
+++ mumble/trunk/debian/changelog Sun May  4 12:16:54 2008
@@ -5,6 +5,7 @@
   * Clean up on purge /var/lib/mumble-server/.config complete.
   * Removed the sed hack from debian/rules. It is fixed in qmake now.
   * Removed some whitespaces at EOL and newlines at EOF.
+  * Some clean target fixes.
 
   [ Debian l10n ]
   * French translation from Steve Petruzzello <dlist at bluewin.ch>.

Modified: mumble/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/mumble/trunk/debian/rules?rev=5667&op=diff
==============================================================================
--- mumble/trunk/debian/rules (original)
+++ mumble/trunk/debian/rules Sun May  4 12:16:54 2008
@@ -26,9 +26,9 @@
 	dh_testroot
 	rm -f build-arch-stamp configure-stamp
 	[ ! -f Makefile ] || $(MAKE) distclean
-	# Unfortunately, static libraries are left over after
-	# qmake's makefile is done, as are the translations.
-	[ ! -f src/mumble/mumble_en.qm ] || rm -rf release debug src/mumble/*.qm
+	# Remove files from previous builds.
+	rm -rf release debug
+	rm -f src/mumble/*.qm
 	debconf-updatepo
 	dh_clean
 




More information about the Pkg-voip-commits mailing list