r13863 - in /desktop/unstable/gconfmm2.6/debian: changelog rules watch
manphiz-guest at users.alioth.debian.org
manphiz-guest at users.alioth.debian.org
Fri Dec 14 17:15:09 UTC 2007
Author: manphiz-guest
Date: Fri Dec 14 17:15:09 2007
New Revision: 13863
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13863
Log:
+ Replace most ':=' with '+=' to avoid overwriting existing values.
+ Refine exclude rules.
- Remove useless DEB_INSTALL_CHANGELOGS_ALL.
* debian/watch:
+ Use spaces instead of tabs when indent.
Modified:
desktop/unstable/gconfmm2.6/debian/changelog
desktop/unstable/gconfmm2.6/debian/rules
desktop/unstable/gconfmm2.6/debian/watch
Modified: desktop/unstable/gconfmm2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconfmm2.6/debian/changelog?rev=13863&op=diff
==============================================================================
--- desktop/unstable/gconfmm2.6/debian/changelog (original)
+++ desktop/unstable/gconfmm2.6/debian/changelog Fri Dec 14 17:15:09 2007
@@ -11,8 +11,13 @@
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.
+ + Replace most ':=' with '+=' to avoid overwriting existing values.
+ + Refine exclude rules.
+ - Remove useless DEB_INSTALL_CHANGELOGS_ALL.
+ * debian/watch:
+ + Use spaces instead of tabs when indent.
- -- Deng Xiyue <manphiz-guest at users.alioth.debian.org> Thu, 13 Dec 2007 09:22:07 +0800
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org> Sat, 15 Dec 2007 00:56:49 +0800
gconfmm2.6 (2.20.0-2) unstable; urgency=high
Modified: desktop/unstable/gconfmm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconfmm2.6/debian/rules?rev=13863&op=diff
==============================================================================
--- desktop/unstable/gconfmm2.6/debian/rules (original)
+++ desktop/unstable/gconfmm2.6/debian/rules Fri Dec 14 17:15:09 2007
@@ -1,6 +1,4 @@
#!/usr/bin/make -f
-
-DEB_AUTO_UPDATE_DEBIAN_CONTROL = yes
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
@@ -13,20 +11,15 @@
GNOME_MODULE := gconfmm
-DEB_COMPRESS_EXCLUDE := reference
+DEB_COMPRESS_EXCLUDE += reference
LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-static
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-static
-DEB_DH_MAKESHLIBS_ARGS_libgconfmm-2.6-1c2 := -V"libgconfmm-2.6-1c2 (>= 2.14.2)"
+DEB_DH_ALWAYS_EXCLUDE += Doxyfile:fragment:.deps:.libs:.o:.in:.am
-DEB_INSTALL_CHANGELOGS_ALL := ChangeLog
-
-DEB_INSTALL_DOCS_ALL := -XMakefile -XDoxyfile -X.in -X.am -Xfragment
-
-DEB_INSTALL_EXAMPLES_libgconfmm-2.6-doc := \
- -X.deps -X.libs -X.o -X.in -X.am -Xfragment
+DEB_DH_MAKESHLIBS_ARGS_libgconfmm-2.6-1c2 += -V"libgconfmm-2.6-1c2 (>= 2.14.2)"
build/libgconfmm-2.6-doc::
$(MAKE) -C docs/reference
Modified: desktop/unstable/gconfmm2.6/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconfmm2.6/debian/watch?rev=13863&op=diff
==============================================================================
--- desktop/unstable/gconfmm2.6/debian/watch (original)
+++ desktop/unstable/gconfmm2.6/debian/watch Fri Dec 14 17:15:09 2007
@@ -4,5 +4,5 @@
# Site Directory Pattern Version Script
version=2
http://download.gnome.org/sources/gconfmm/([\d\.]+)[24680]/ \
- gconfmm-(.*)\.tar\.gz
- debian uupdate
+ gconfmm-(.*)\.tar\.gz
+ debian uupdate
More information about the pkg-gnome-commits
mailing list