r11095 - in /packages/unstable/devhelp/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Tue May 22 11:50:19 UTC 2007


Author: lool
Date: Tue May 22 11:50:19 2007
New Revision: 11095

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11095
Log:
* Cleanups: drop DEB_MAKE_INVOKE def, don't let rm calls error out, etc.

Modified:
    packages/unstable/devhelp/debian/changelog
    packages/unstable/devhelp/debian/rules

Modified: packages/unstable/devhelp/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/devhelp/debian/changelog?rev=11095&op=diff
==============================================================================
--- packages/unstable/devhelp/debian/changelog (original)
+++ packages/unstable/devhelp/debian/changelog Tue May 22 11:50:19 2007
@@ -2,8 +2,9 @@
 
   * Wrap build-deps and deps.
   * Drop Tag: defs.
-
- -- Loic Minier <lool at dooz.org>  Tue, 22 May 2007 13:47:40 +0200
+  * Cleanups: drop DEB_MAKE_INVOKE def, don't let rm calls error out, etc.
+
+ -- Loic Minier <lool at dooz.org>  Tue, 22 May 2007 13:49:43 +0200
 
 devhelp (0.13-3) unstable; urgency=low
 

Modified: packages/unstable/devhelp/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/devhelp/debian/rules?rev=11095&op=diff
==============================================================================
--- packages/unstable/devhelp/debian/rules (original)
+++ packages/unstable/devhelp/debian/rules Tue May 22 11:50:19 2007
@@ -9,17 +9,15 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS += --disable-install-schemas --with-gecko=xulrunner
 
-DEB_MAKE_INVOKE = $(DEB_MAKE_ENVVARS) make -C $(DEB_BUILDDIR) 
-
 DEB_DH_MAKESHLIBS_ARGS_ALL += -V 'libdevhelp-1-0 (>= 0.13)'
 
-X_TOOLS := misc/devhelp.vim misc/html2funcs.py \
+X_TOOLS += misc/devhelp.vim misc/html2funcs.py \
  misc/html2xml.py misc/man2xml.py
 
 clean::
-	-rm debian/devhelp.emacsen-startup
-	-rm src/dh-marshal.h
-	-rm debian/shlibs.local
+	-rm -f debian/devhelp.emacsen-startup
+	-rm -f src/dh-marshal.h
+	-rm -f debian/shlibs.local
 
 binary-post-install/libdevhelp-1-0::
 	dh_makeshlibs -plibdevhelp-1-0 -n \
@@ -33,7 +31,6 @@
 	install -d `pwd`/debian/devhelp/usr/share/pixmaps/
 	install -m 644 debian/devhelp-debian.xpm \
 		`pwd`/debian/devhelp/usr/share/pixmaps/
-
 	install -d `pwd`/debian/devhelp/usr/share/doc/devhelp/tools/
 	install -m 644 $(X_TOOLS) \
 		`pwd`/debian/devhelp/usr/share/doc/devhelp/tools/




More information about the pkg-gnome-commits mailing list