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

pmatthaei at alioth.debian.org pmatthaei at alioth.debian.org
Sun Apr 8 10:31:33 UTC 2012


Author: pmatthaei
Date: Sun Apr  8 10:31:31 2012
New Revision: 9643

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9643
Log:
* Move slice2html call from build-indep-stamp to build-arch-stamp. The build
  documentation is required in an arch:any package.
  Closes: #667883

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=9643&op=diff
==============================================================================
--- mumble/trunk/debian/changelog (original)
+++ mumble/trunk/debian/changelog Sun Apr  8 10:31:31 2012
@@ -4,8 +4,11 @@
   * Remove /usr/lib32 building.
     Closes: #667882
   * Remove comments from debian/rules.
-
- -- Patrick Matthäi <pmatthaei at debian.org>  Sun, 08 Apr 2012 12:25:52 +0200
+  * Move slice2html call from build-indep-stamp to build-arch-stamp. The build
+    documentation is required in an arch:any package.
+    Closes: #667883
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sun, 08 Apr 2012 12:30:14 +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=9643&op=diff
==============================================================================
--- mumble/trunk/debian/rules (original)
+++ mumble/trunk/debian/rules Sun Apr  8 10:31:31 2012
@@ -37,13 +37,12 @@
 
 build-arch-stamp: configure-stamp
 	$(MAKE) release
+	slice2html -I/usr/share/Ice-3.4.1/slice -I/usr/share/Ice-3.3.1/slice -I/usr/share/Ice/slice src/murmur/Murmur.ice --output-dir Ice
 	touch $@
 
 build-indep: build-indep-stamp
 
 build-indep-stamp:
-	slice2html -I/usr/share/Ice-3.4.1/slice -I/usr/share/Ice-3.3.1/slice -I/usr/share/Ice/slice src/murmur/Murmur.ice --output-dir Ice
-	touch $@
 
 clean:
 	dh_testdir




More information about the Pkg-voip-commits mailing list