Enlightenment CVS committal

Author  : horms
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/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/entrance/debian/rules,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- rules       14 Oct 2005 22:17:04 -0000      1.6
+++ rules       2 Apr 2006 07:38:05 -0000       1.7
@@ -50,7 +50,9 @@
        dh_testdir
        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