The following commit has been merged in the master branch:
commit 60c47797d36f20a3b9c9d6db98670e50f86a0403
Author: Gerfried Fuchs <[EMAIL PROTECTED]>
Date:   Sat Aug 9 16:46:32 2008 -0300

    Add removal of quilt's .pc directory when cleaning up, too.

diff --git a/debian/changelog b/debian/changelog
index 412a080..702ab62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ openal-soft (1:1.4.272-2) unstable; urgency=low
   * Pulled upstream commits e66bb09156bb69725f91b2 and eba60c30c5e1676786b33b
     to fix an (de)initialization issue that produces segfaults when doing
     autofoo in some special circumstances.
+  * Add removal of quilt's .pc directory when cleaning up, too.
 
- -- Gerfried Fuchs <[EMAIL PROTECTED]>  Sat, 09 Aug 2008 16:26:52 -0300
+ -- Gerfried Fuchs <[EMAIL PROTECTED]>  Sat, 09 Aug 2008 16:46:11 -0300
 
 openal-soft (1:1.4.272-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index d684fbc..656625f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -52,7 +52,7 @@ clean-stamp:
 unpatch:
        dh_testdir
        QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
-       rm -f patch-stamp
+       rm -rf patch-stamp .pc
 
 install: build
        dh_testdir

-- 
Packaging for openal-soft

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

Reply via email to