r13862 - in /desktop/unstable/libglademm2.4/debian: changelog rules

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Fri Dec 14 15:55:01 UTC 2007


Author: manphiz-guest
Date: Fri Dec 14 15:55:01 2007
New Revision: 13862

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13862
Log:
  + Drop DEB_AUTO_UPDATE_DEBIAN_CONTROL as cdbs dependency is written by
    hand, and avoiding generating debian/control twice by a single clean.

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

Modified: desktop/unstable/libglademm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libglademm2.4/debian/changelog?rev=13862&op=diff
==============================================================================
--- desktop/unstable/libglademm2.4/debian/changelog (original)
+++ desktop/unstable/libglademm2.4/debian/changelog Fri Dec 14 15:55:01 2007
@@ -22,6 +22,8 @@
       since cdbs >= 0.4.41, hence bump its dependency. Thanks Loïc Minier.
     + Include clean-la.mk from gnome-pkg-tools to remove dependency_libs
       information from .la files. Thanks Loïc Minier and Josselin Mouette.
+    + Drop DEB_AUTO_UPDATE_DEBIAN_CONTROL as cdbs dependency is written by
+      hand, and avoiding generating debian/control twice by a single clean.
     + Replace most ':=' with '+=' to avoid overwriting existing values.
     + Install docs with original path hierarchy and drop the sed tricks.
     + Refine exclude rules.

Modified: desktop/unstable/libglademm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libglademm2.4/debian/rules?rev=13862&op=diff
==============================================================================
--- desktop/unstable/libglademm2.4/debian/rules (original)
+++ desktop/unstable/libglademm2.4/debian/rules Fri Dec 14 15:55:01 2007
@@ -12,8 +12,7 @@
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
-DEB_CONFIGURE_EXTRA_FLAGS += \
-	--enable-static
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-static
 
 DEB_DH_ALWAYS_EXCLUDE += Doxyfile:doxygen_tags:fragment:.deps:.libs:.o:.in:.am
 




More information about the pkg-gnome-commits mailing list