Package: osgcal
Followup-For: Bug #309201

I've added a clean command on clean target, also added the proper entry on
changelog. I'm not sure if this is the right-thing since I'm not that familiar
with the library, but it seems to work/build both on my sid system and 
pbuilder' sarge chroot. Hope this is somehow useful.

Attached is the patch.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.10-powerpc
Locale: LANG=es_PE.UTF-8, LC_CTYPE=es_PE.UTF-8 (charmap=UTF-8)
diff -ruN osgcal-0.1.28.orig/debian/changelog osgcal-0.1.28/debian/changelog
--- osgcal-0.1.28.orig/debian/changelog 2005-05-20 13:26:26.745639848 -0500
+++ osgcal-0.1.28/debian/changelog      2005-05-19 13:05:56.000000000 -0500
@@ -1,3 +1,9 @@
+osgcal (0.1.28-2) unstable; urgency=low
+
+  * Added ccache clean command to rules' clean target (Closes: #309201)
+
+ -- Loic Dachary (OuoU) <[EMAIL PROTECTED]>  Thu, 19 May 2005 13:04:28 -0500
+
 osgcal (0.1.28-1) unstable; urgency=low
 
   * upstream sync
diff -ruN osgcal-0.1.28.orig/debian/rules osgcal-0.1.28/debian/rules
--- osgcal-0.1.28.orig/debian/rules     2005-05-20 13:26:26.751638936 -0500
+++ osgcal-0.1.28/debian/rules  2005-05-20 09:44:00.000000000 -0500
@@ -58,6 +58,8 @@
 
        # Add here commands to clean up after the build process.
        -$(MAKE) maintainer-clean
+       # Cleaning ccache' cache
+       ccache -C
 
        dh_clean 
        rm -f configure-stamp
@@ -83,24 +85,12 @@
        dh_testroot
        dh_installchangelogs ChangeLog
        dh_installdocs
-#      dh_installexamples
-#      dh_install
-#      dh_installmenu
-#      dh_installdebconf
-#      dh_installlogrotate
-#      dh_installemacsen
-#      dh_installpam
-#      dh_installmime
-#      dh_installinit
-#      dh_installcron
-#      dh_installinfo
        dh_installman
        dh_movefiles
        dh_link
        dh_strip
        dh_compress
        dh_fixperms
-#      dh_perl
        dh_makeshlibs -V
        dh_installdeb
        dh_shlibdeps

Reply via email to