debian/changelog |    1 +
 debian/rules     |    4 +---
 2 files changed, 2 insertions(+), 3 deletions(-)

New commits:
commit 77b9917df55538c8de05215337be4b841c3bba6b
Author: Sean Finney <[EMAIL PROTECTED]>
Date:   Tue Jun 3 20:15:47 2008 +0200

    add/remove extra cruft removal from new release

diff --git a/debian/changelog b/debian/changelog
index 1daab9c..33d765e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 ccsm (0.7.6-1) unstable; urgency=low
 
   * New upstream release.
+  * Add/Remove extra cruft handling for build/clean cycle
 
  -- Sean Finney <[EMAIL PROTECTED]>  Tue, 03 Jun 2008 01:08:21 +0200
 
diff --git a/debian/rules b/debian/rules
index 81d5136..200504c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ clean: unpatch
        dh_testdir
        dh_testroot
        python ./setup.py clean
-       rm -rf build-stamp build installed_files
+       rm -rf build-stamp build installed_files ccsm.desktop
        for f in $(UPSTREAM_PRESERVE); do \
                if [ -f $$f.preserve ]; then \
                        cp -a $$f.preserve $$f; rm -f $$f.preserve; \
@@ -35,8 +35,6 @@ install: build
        dh_testroot
        dh_clean -k 
        python setup.py install --root=debian/tmp --prefix=/usr
-       # cruft
-       rm debian/tmp/usr/share/ccsm/icons/hicolor/22x22/categories/dummy
 
 # Build architecture-independent files here.
 binary-indep: build install


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to