[Pkg-ocaml-maint-commits] r4519 - in /trunk/packages/ocurl/trunk/debian: changelog patches/01_makefile.in.dpatch rules

gareuselesinge at users.alioth.debian.org gareuselesinge at users.alioth.debian.org
Sun Sep 16 20:07:07 UTC 2007


Author: gareuselesinge
Date: Sun Sep 16 20:07:07 2007
New Revision: 4519

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4519
Log:
fixed clean target

Modified:
    trunk/packages/ocurl/trunk/debian/changelog
    trunk/packages/ocurl/trunk/debian/patches/01_makefile.in.dpatch
    trunk/packages/ocurl/trunk/debian/rules

Modified: trunk/packages/ocurl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocurl/trunk/debian/changelog?rev=4519&op=diff
==============================================================================
--- trunk/packages/ocurl/trunk/debian/changelog (original)
+++ trunk/packages/ocurl/trunk/debian/changelog Sun Sep 16 20:07:07 2007
@@ -1,3 +1,9 @@
+ocurl (0.2.1-12) unstable; urgency=low
+
+  * Fixed clean target (Closes: #442693)
+
+ -- Enrico Tassi <gareuselesinge at debian.org>  Sun, 16 Sep 2007 21:52:45 +0200
+
 ocurl (0.2.1-11) unstable; urgency=low
 
   * rebuilt against ocaml 3.10.0

Modified: trunk/packages/ocurl/trunk/debian/patches/01_makefile.in.dpatch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocurl/trunk/debian/patches/01_makefile.in.dpatch?rev=4519&op=diff
==============================================================================
--- trunk/packages/ocurl/trunk/debian/patches/01_makefile.in.dpatch (original)
+++ trunk/packages/ocurl/trunk/debian/patches/01_makefile.in.dpatch Sun Sep 16 20:07:07 2007
@@ -5,9 +5,9 @@
 ## DP: No description.
 
 @DPATCH@
-diff -urNad ocurl-0.2.0/Makefile.in /tmp/dpep.aNDt9h/ocurl-0.2.0/Makefile.in
---- ocurl-0.2.0/Makefile.in	2005-04-02 17:02:15.382924240 +0000
-+++ /tmp/dpep.aNDt9h/ocurl-0.2.0/Makefile.in	2005-04-02 17:03:45.555215968 +0000
+diff -urNad trunk~/Makefile.in trunk/Makefile.in
+--- trunk~/Makefile.in	2004-07-20 23:32:44.000000000 +0200
++++ trunk/Makefile.in	2007-09-16 22:03:39.000000000 +0200
 @@ -10,7 +10,7 @@
  INSTALL		= @INSTALL@
  INSTALLDATA	= @INSTALL_DATA@
@@ -77,7 +77,7 @@
  clean:
 -		@rm -f $(TARGETS) *~ *.cm* *.o *.a .depend core
 +		@rm -f $(TARGETS) *~ *.cm* *.o *.a *.so .depend core
-+		@rm -f foo.ld.conf
++		@rm -f foo.ld.conf config.log config.status
  		@(cd examples; $(MAKE) clean)
  
  depend:

Modified: trunk/packages/ocurl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocurl/trunk/debian/rules?rev=4519&op=diff
==============================================================================
--- trunk/packages/ocurl/trunk/debian/rules (original)
+++ trunk/packages/ocurl/trunk/debian/rules Sun Sep 16 20:07:07 2007
@@ -8,6 +8,7 @@
 
 DESTDIR := $(CURDIR)/debian/tmp$(OCAML_STDLIB_DIR)
 DEB_MAKE_BUILD_TARGET = all NO_CUSTOM=y
+DEB_MAKE_CLEAN_TARGET = clean
 DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DESTDIR)
 OCAML_OCAMLDOC_PACKAGES= $(OCAML_LIBDEV_PACKAGES)
 




More information about the Pkg-ocaml-maint-commits mailing list