Enlightenment CVS committal

Author  : horms
Project : e17
Module  : libs/imlib2

Dir     : e17/libs/imlib2/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/libs/imlib2/debian/rules,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- rules       29 Jan 2005 18:07:08 -0000      1.18
+++ rules       2 Apr 2006 07:38:06 -0000       1.19
@@ -48,7 +48,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