[Pkg-samba-maint] r3833 - trunk/samba/debian
bubulle at alioth.debian.org
bubulle at alioth.debian.org
Sat Jun 18 05:07:41 UTC 2011
Author: bubulle
Date: 2011-06-18 05:07:40 +0000 (Sat, 18 Jun 2011)
New Revision: 3833
Modified:
trunk/samba/debian/changelog
trunk/samba/debian/rules
Log:
Add build-arch and build-indep targets in debian/rules
Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog 2011-06-18 04:49:39 UTC (rev 3832)
+++ trunk/samba/debian/changelog 2011-06-18 05:07:40 UTC (rev 3833)
@@ -11,6 +11,7 @@
* patches/no-unnecessary-cups.patch: dropped after upstream
changes to printing code
* Update Standards to 3.9.2 (checked, no change)
+ * Add build-arch and build-indep targets in debian/rules
-- Christian Perrier <bubulle at debian.org> Sun, 12 Jun 2011 22:01:19 +0200
Modified: trunk/samba/debian/rules
===================================================================
--- trunk/samba/debian/rules 2011-06-18 04:49:39 UTC (rev 3832)
+++ trunk/samba/debian/rules 2011-06-18 05:07:40 UTC (rev 3833)
@@ -92,7 +92,9 @@
touch configure-stamp
-build: configure build-stamp
+build: configure build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
build-stamp:
dh_testdir
More information about the Pkg-samba-maint
mailing list