Enlightenment CVS committal

Author  : horms
Project : e17
Module  : apps/eclair

Dir     : e17/apps/eclair/debian


Modified Files:
        rules 


Log Message:
Save and restore autogenerated changelog when debian/rule's clean
target runs. Otherwise the following breaks because make distclean
removes autogenerated files, but debian/rules expects the changelog
to always be there:

fakeroot ./debian/rules clean ; ./debian/rules build

Note that this does not fix packages who are handled by cdbs,
that will need to be fixed separately

===================================================================
RCS file: /cvs/e/e17/apps/eclair/debian/rules,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- rules       11 Oct 2005 02:30:49 -0000      1.1
+++ rules       2 Apr 2006 07:38:04 -0000       1.2
@@ -46,7 +46,9 @@
        dh_testroot
        rm -f build-stamp configure-stamp
 
+       -mv debian/changelog debian/changelog.saved
        -$(MAKE) distclean
+       -mv debian/changelog.saved debian/changelog
 
        dh_clean
 




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to