r17403 - in /desktop/experimental/gtkmm2.4/debian: changelog libgtkmm-2.4-doc.examples rules

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Sat Nov 8 16:07:26 UTC 2008


Author: manphiz-guest
Date: Sat Nov  8 16:07:26 2008
New Revision: 17403

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17403
Log:
* As examples are moved to gtkmm-documentation, there's no need to
  bother.  Remove example tweak in debian/rules and remove
  libgtkmm-2.4-doc.examples.
* Add check-dist.mk to prevent accidental upload.

Removed:
    desktop/experimental/gtkmm2.4/debian/libgtkmm-2.4-doc.examples
Modified:
    desktop/experimental/gtkmm2.4/debian/changelog
    desktop/experimental/gtkmm2.4/debian/rules

Modified: desktop/experimental/gtkmm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtkmm2.4/debian/changelog?rev=17403&op=diff
==============================================================================
--- desktop/experimental/gtkmm2.4/debian/changelog (original)
+++ desktop/experimental/gtkmm2.4/debian/changelog Sat Nov  8 16:07:26 2008
@@ -1,3 +1,12 @@
+gtkmm2.4 (1:2.14.1-2) UNRELEASED; urgency=low
+
+  * As examples are moved to gtkmm-documentation, there's no need to
+    bother.  Remove example tweak in debian/rules and remove
+    libgtkmm-2.4-doc.examples.
+  * Add check-dist.mk to prevent accidental upload.
+
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Sun, 09 Nov 2008 00:03:02 +0800
+
 gtkmm2.4 (1:2.14.1-1) experimental; urgency=low
 
   [ Deng Xiyue ]

Modified: desktop/experimental/gtkmm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtkmm2.4/debian/rules?rev=17403&op=diff
==============================================================================
--- desktop/experimental/gtkmm2.4/debian/rules (original)
+++ desktop/experimental/gtkmm2.4/debian/rules Sat Nov  8 16:07:26 2008
@@ -6,6 +6,7 @@
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk
+include /usr/share/gnome-pkg-tools/1/rules/check-dist.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 GNOME_MODULE := gtkmm
@@ -16,13 +17,9 @@
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
-DEB_CONFIGURE_EXTRA_FLAGS += \
-	--disable-examples
-
 DEB_DH_ALWAYS_EXCLUDE := .svn # .svn since 2.12.5, kept as reminder
 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
 
 # chrpath hack to get rid of amd64 rpath
 common-install-impl::




More information about the pkg-gnome-commits mailing list