r14762 - in /desktop/unstable/gtkmm2.4/debian: changelog rules

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Mon Feb 25 16:47:51 UTC 2008


Author: manphiz-guest
Date: Mon Feb 25 16:47:51 2008
New Revision: 14762

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14762
Log:
* Use DEB_DH_ALWAYS_EXCLUDE to prevent .svn from sneaking in.

Modified:
    desktop/unstable/gtkmm2.4/debian/changelog
    desktop/unstable/gtkmm2.4/debian/rules

Modified: desktop/unstable/gtkmm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm2.4/debian/changelog?rev=14762&op=diff
==============================================================================
--- desktop/unstable/gtkmm2.4/debian/changelog (original)
+++ desktop/unstable/gtkmm2.4/debian/changelog Mon Feb 25 16:47:51 2008
@@ -9,6 +9,7 @@
     debian/control* files accordingly.
   * Drop 70_relibtoolize.patch, and use chrpath hack for amd64 rpath
     issue.  Will contact upstream for real fix.
+  * Use DEB_DH_ALWAYS_EXCLUDE to prevent .svn from sneaking in.
 
  -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Mon, 25 Feb 2008 22:00:52 +0800
 

Modified: desktop/unstable/gtkmm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm2.4/debian/rules?rev=14762&op=diff
==============================================================================
--- desktop/unstable/gtkmm2.4/debian/rules (original)
+++ desktop/unstable/gtkmm2.4/debian/rules Mon Feb 25 16:47:51 2008
@@ -20,7 +20,7 @@
 	--enable-static \
 	--disable-examples
 
-DEB_DH_BUILDDEB_ARGS := -X.svn
+DEB_DH_ALWAYS_EXCLUDE := .svn # sneaked in since 2.12.5.
 DEB_DH_INSTALL_SOURCEDIR := debian/tmp
 DEB_DH_MAKESHLIBS_ARGS_$(SHARED_PKG) += -V"$(SHARED_PKG) (>= $(SHVER))"
 DEB_INSTALL_EXAMPLES_$(DOC_PKG) += -XMakefile -X.deps -X.libs -X.o




More information about the pkg-gnome-commits mailing list