[Pkg-voip-commits] r9642 - in /mumble/trunk/debian: changelog rules
pmatthaei at alioth.debian.org
pmatthaei at alioth.debian.org
Sun Apr 8 10:26:19 UTC 2012
Author: pmatthaei
Date: Sun Apr 8 10:26:18 2012
New Revision: 9642
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9642
Log:
* Remove comments from debian/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=9642&op=diff
==============================================================================
--- mumble/trunk/debian/changelog (original)
+++ mumble/trunk/debian/changelog Sun Apr 8 10:26:18 2012
@@ -3,8 +3,9 @@
* New upstream snapshot from 21.03.2012.
* Remove /usr/lib32 building.
Closes: #667882
-
- -- Patrick Matthäi <pmatthaei at debian.org> Sun, 08 Apr 2012 12:24:29 +0200
+ * Remove comments from debian/rules.
+
+ -- Patrick Matthäi <pmatthaei at debian.org> Sun, 08 Apr 2012 12:25:52 +0200
mumble (1.2.3-309-g7176ff4-1) unstable; urgency=low
Modified: mumble/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/mumble/trunk/debian/rules?rev=9642&op=diff
==============================================================================
--- mumble/trunk/debian/rules (original)
+++ mumble/trunk/debian/rules Sun Apr 8 10:26:18 2012
@@ -1,6 +1,5 @@
#!/usr/bin/make -f
-# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export DEB_BUILD_HARDENING=1
@@ -18,7 +17,6 @@
configure: configure-stamp
configure-stamp:
- echo $(DEB_BUILD_ARCH)
dh_testdir
qmake-qt4 -recursive main.pro \
CONFIG*=release \
@@ -52,7 +50,6 @@
dh_testroot
rm -f build-arch-stamp build-indep-stamp configure-stamp
[ ! -f Makefile ] || $(MAKE) distclean
- # Remove files from previous builds.
[ ! -d gendoc ] || rm -rf Ice
rm -rf release debug
[ ! -d release-32 ] || rm -rf release-32
More information about the Pkg-voip-commits
mailing list