Author: goneri-guest
Date: 2007-09-17 12:54:28 +0000 (Mon, 17 Sep 2007)
New Revision: 4219

Modified:
   packages/trunk/boson-data/debian/changelog
   packages/trunk/boson-data/debian/control
   packages/trunk/boson-data/debian/rules
Log:
clean target removes quilt .pc directory


Modified: packages/trunk/boson-data/debian/changelog
===================================================================
--- packages/trunk/boson-data/debian/changelog  2007-09-17 12:08:27 UTC (rev 
4218)
+++ packages/trunk/boson-data/debian/changelog  2007-09-17 12:54:28 UTC (rev 
4219)
@@ -1,6 +1,7 @@
 boson-data (0.13-3) unstable; urgency=low
 
   * make clean correctly remove the configure-stamp (Closes: #442514)
+  * clean target removes quilt .pc directory
 
  -- Gonéri Le Bouder <[EMAIL PROTECTED]>  Mon, 17 Sep 2007 14:35:30 +0200
 
@@ -9,9 +10,8 @@
   * use quilt instead of simple-patchsys.mk
   * move debhelper in Build-Depends-Indep:
 
- -- Gonéri Le Bouder <[EMAIL PROTECTED]>  Fri, 29 Jun 2007 15:20:25 +0200 
+ -- Gonéri Le Bouder <[EMAIL PROTECTED]>  Fri, 29 Jun 2007 15:20:25 +0200
 
-
 boson-data (0.13-1) experimental; urgency=low
 
   * New upstream release (Closes: #388259)

Modified: packages/trunk/boson-data/debian/control
===================================================================
--- packages/trunk/boson-data/debian/control    2007-09-17 12:08:27 UTC (rev 
4218)
+++ packages/trunk/boson-data/debian/control    2007-09-17 12:54:28 UTC (rev 
4219)
@@ -2,8 +2,7 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 5.0.0), quilt
-Build-Depends-Indep: wml, perlmagick, perl, cmake (>= 2.4.2)
+Build-Depends-Indep: debhelper (>> 5.0.0), quilt, wml, perlmagick, perl, cmake 
(>= 2.4.2)
 Standards-Version: 3.7.2
 Uploaders: Gonéri Le Bouder <[EMAIL PROTECTED]>, Alexander Schmehl <[EMAIL 
PROTECTED]>
 

Modified: packages/trunk/boson-data/debian/rules
===================================================================
--- packages/trunk/boson-data/debian/rules      2007-09-17 12:08:27 UTC (rev 
4218)
+++ packages/trunk/boson-data/debian/rules      2007-09-17 12:54:28 UTC (rev 
4219)
@@ -25,15 +25,16 @@
 clean:
        dh_testdir
        dh_testroot
+       QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
        rm -Rf CMakeFiles \
          CMakeCache.txt \
          debian/stamp-cmake-build \
          debian/build-area \
          debian/tmp \
          build-stamp \
-         configure-stamp
+         configure-stamp \
+         .pc
        dh_clean 
-       QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 
 install: build
        dh_testdir


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to