[Pkg-corba-commits] r121 - in /trunk/omnievents/debian: changelog rules

tgg at users.alioth.debian.org tgg at users.alioth.debian.org
Sun Jan 13 17:58:08 UTC 2008


Author: tgg
Date: Sun Jan 13 17:58:07 2008
New Revision: 121

URL: http://svn.debian.org/wsvn/pkg-corba/?sc=1&rev=121
Log:
invoke clean: rather than disctlean: to fix failure when building twice

Modified:
    trunk/omnievents/debian/changelog
    trunk/omnievents/debian/rules

Modified: trunk/omnievents/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omnievents/debian/changelog?rev=121&op=diff
==============================================================================
--- trunk/omnievents/debian/changelog (original)
+++ trunk/omnievents/debian/changelog Sun Jan 13 17:58:07 2008
@@ -19,8 +19,9 @@
     providing a patch. Closes: #417459.
   * Remove bashism from debian/rules. Closes: #459168. Thanks to Lucas
     Nussbaum for reporting this, and to W. Martin Borgert for providing a fix.
-  * Generate doxygen documentation in a different directory to fix FTBFS when
-    built twice. Closes: #424376. Thanks to Lucas Nussbaum for reporting this.
+  * Generate doxygen documentation in a different directory and invoke clean:
+    target rather than disclean: to fix FTBFS when built twice.
+    Closes: #424376. Thanks to Lucas Nussbaum for reporting this.
 
  -- Thomas Girard <thomas.g.girard at free.fr>  Sun, 13 Jan 2008 12:39:25 +0000
 

Modified: trunk/omnievents/debian/rules
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omnievents/debian/rules?rev=121&op=diff
==============================================================================
--- trunk/omnievents/debian/rules (original)
+++ trunk/omnievents/debian/rules Sun Jan 13 17:58:07 2008
@@ -9,6 +9,8 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
+
+DEB_MAKE_CLEAN_TARGET = clean
 
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-unloadable-stubs
 DEB_DH_MAKESHLIBS_ARGS := -V




More information about the Pkg-corba-commits mailing list