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

the-me-guest at alioth.debian.org the-me-guest at alioth.debian.org
Sun May 4 10:45:13 UTC 2008


Author: the-me-guest
Date: Sun May  4 10:45:12 2008
New Revision: 5664

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5664
Log:
Removed sed hack and whitespaces at EOL in rules.

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=5664&op=diff
==============================================================================
--- mumble/trunk/debian/changelog (original)
+++ mumble/trunk/debian/changelog Sun May  4 10:45:12 2008
@@ -3,6 +3,7 @@
   [ Patrick Matthäi ]
   * Added DM-Upload-Allowed control field.
   * Clean up on purge /var/lib/mumble-server/.config complete.
+  * Removed the sed hack from debian/rules. It is fixed in qmake now.
 
   [ 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=5664&op=diff
==============================================================================
--- mumble/trunk/debian/rules (original)
+++ mumble/trunk/debian/rules Sun May  4 10:45:12 2008
@@ -11,8 +11,6 @@
 configure-stamp: patch
 	dh_testdir
 	qmake-qt4 main.pro DEFINES+=NO_UPDATE_CHECK DEFINES+=DEFAULT_SOUNDSYSTEM=ALSA
-	# Dirty workaround at building it with the newest Qt4.4-rc1.
-	sed 's;//;/;g' -i Makefile
 	touch configure-stamp
 
 build: build-arch
@@ -45,7 +43,7 @@
 	# Install and rename web scripts
 	install -D -m 0755 ./scripts/murmur.pl $(CURDIR)/debian/mumble-server-web/usr/lib/cgi-bin/mumble-server/register.cgi
 	install -D -m 0755 ./scripts/weblist.pl $(CURDIR)/debian/mumble-server-web/usr/lib/cgi-bin/mumble-server/list.cgi
-	
+
 install-arch:
 	dh_testdir
 	dh_testroot




More information about the Pkg-voip-commits mailing list