r13877 - in /desktop/unstable/libgnomemm2.6/debian: changelog copyright libgnomemm-2.6-1c2.install libgnomemm-2.6-dev.install rules watch
manphiz-guest at users.alioth.debian.org
manphiz-guest at users.alioth.debian.org
Sat Dec 15 08:29:51 UTC 2007
Author: manphiz-guest
Date: Sat Dec 15 08:29:50 2007
New Revision: 13877
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13877
Log:
* debian/copyright:
+ Update download URL.
+ Update upstream authors' email addresses.
* debian/*.install:
+ Refined to the shortened form.
- 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.
+ Refine exclude rules.
- Remove useless DEB_INSTALL_CHANGELOGS_ALL.
+ Add DEB_DH_INSTALL_SOURCEDIR += debian/tmp, so *.install files can
be shortened.
* debian/watch:
+ Use spaces instead of tabs when indent.
(Thanks Loïc Minier for reviewing and the suggestions)
Modified:
desktop/unstable/libgnomemm2.6/debian/changelog
desktop/unstable/libgnomemm2.6/debian/copyright
desktop/unstable/libgnomemm2.6/debian/libgnomemm-2.6-1c2.install
desktop/unstable/libgnomemm2.6/debian/libgnomemm-2.6-dev.install
desktop/unstable/libgnomemm2.6/debian/rules
desktop/unstable/libgnomemm2.6/debian/watch
Modified: desktop/unstable/libgnomemm2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomemm2.6/debian/changelog?rev=13877&op=diff
==============================================================================
--- desktop/unstable/libgnomemm2.6/debian/changelog (original)
+++ desktop/unstable/libgnomemm2.6/debian/changelog Sat Dec 15 08:29:50 2007
@@ -3,6 +3,11 @@
* debian/control, debian/control.in:
+ Bump standard version to 3.7.3. No change required.
+ Bump cdbs version to >= 0.4.41, reason given below.
+ * debian/copyright:
+ + Update download URL.
+ + Update upstream authors' email addresses.
+ * debian/*.install:
+ + Refined to the shortened form.
* debian/rules:
+ Add LDFLAGS "-Wl,--as-needed" to reduce unneeded shlibs dependencies.
+ Directly specify LDFLAG instead of using DEB_CONFIGURE_SCRIPT_ENV
@@ -10,8 +15,18 @@
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.
+ + Refine exclude rules.
+ - Remove useless DEB_INSTALL_CHANGELOGS_ALL.
+ + Add DEB_DH_INSTALL_SOURCEDIR += debian/tmp, so *.install files can
+ be shortened.
+ * debian/watch:
+ + Use spaces instead of tabs when indent.
+ (Thanks Loïc Minier for reviewing and the suggestions)
- -- Deng Xiyue <manphiz-guest at users.alioth.debian.org> Thu, 13 Dec 2007 09:25:28 +0800
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org> Sat, 15 Dec 2007 16:01:47 +0800
libgnomemm2.6 (2.20.0-2) unstable; urgency=high
Modified: desktop/unstable/libgnomemm2.6/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomemm2.6/debian/copyright?rev=13877&op=diff
==============================================================================
--- desktop/unstable/libgnomemm2.6/debian/copyright (original)
+++ desktop/unstable/libgnomemm2.6/debian/copyright Sat Dec 15 08:29:50 2007
@@ -1,10 +1,10 @@
This package was debianized by Bradley Bell <btb at debian.org> on
Fri, 16 Apr 2004 16:49:47 -0700.
-It was downloaded from http://gtkmm.sourceforge.net
+It was downloaded from <http://ftp.gnome.org/pub/GNOME/sources/libgnomemm/>
-Upstream Authors: Murray Cumming <murrayc at usa.net>
- Daniel Elstner <daniel.elstner at gmx.net>
+Upstream Authors: Murray Cumming <murrayc at murrayc.com>
+ Daniel Elstner <daniel.kitta at googlemail.com>
Copyright:
Modified: desktop/unstable/libgnomemm2.6/debian/libgnomemm-2.6-1c2.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomemm2.6/debian/libgnomemm-2.6-1c2.install?rev=13877&op=diff
==============================================================================
--- desktop/unstable/libgnomemm2.6/debian/libgnomemm-2.6-1c2.install (original)
+++ desktop/unstable/libgnomemm2.6/debian/libgnomemm-2.6-1c2.install Sat Dec 15 08:29:50 2007
@@ -1,1 +1,1 @@
-debian/tmp/usr/lib/lib*.so.* usr/lib
+usr/lib/lib*.so.*
Modified: desktop/unstable/libgnomemm2.6/debian/libgnomemm-2.6-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomemm2.6/debian/libgnomemm-2.6-dev.install?rev=13877&op=diff
==============================================================================
--- desktop/unstable/libgnomemm2.6/debian/libgnomemm-2.6-dev.install (original)
+++ desktop/unstable/libgnomemm2.6/debian/libgnomemm-2.6-dev.install Sat Dec 15 08:29:50 2007
@@ -1,5 +1,6 @@
-debian/tmp/usr/include/* usr/include
-debian/tmp/usr/lib/libgnomemm-2.6 usr/lib
-debian/tmp/usr/lib/lib*.{a,so} usr/lib
-debian/tmp/usr/lib/pkgconfig/* usr/lib/pkgconfig
-debian/tmp/usr/lib/*.la usr/lib
+usr/include
+usr/lib/libgnomemm-2.6
+usr/lib/lib*.a
+usr/lib/lib*.so
+usr/lib/pkgconfig
+usr/lib/*.la
Modified: desktop/unstable/libgnomemm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomemm2.6/debian/rules?rev=13877&op=diff
==============================================================================
--- desktop/unstable/libgnomemm2.6/debian/rules (original)
+++ desktop/unstable/libgnomemm2.6/debian/rules Sat Dec 15 08:29:50 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,17 +11,17 @@
GNOME_MODULE := libgnomemm
-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_libgnomemm-2.6-1c2 := -V"libgnomemm-2.6-1c2 (>= 2.16.0)"
+DEB_DH_BUILDDEB_ARGS += -XDoxyfile -X.in -X.am -Xfragment
-DEB_INSTALL_CHANGELOGS_ALL := ChangeLog
+DEB_DH_INSTALL_SOURCEDIR += debian/tmp
-DEB_INSTALL_DOCS_ALL := -XMakefile -XDoxyfile -X.in -X.am -Xfragment
+DEB_DH_MAKESHLIBS_ARGS_libgnomemm-2.6-1c2 += -V"libgnomemm-2.6-1c2 (>= 2.16.0)"
build/libgnomemm-2.6-doc::
$(MAKE) -C docs/reference
Modified: desktop/unstable/libgnomemm2.6/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomemm2.6/debian/watch?rev=13877&op=diff
==============================================================================
--- desktop/unstable/libgnomemm2.6/debian/watch (original)
+++ desktop/unstable/libgnomemm2.6/debian/watch Sat Dec 15 08:29:50 2007
@@ -4,5 +4,5 @@
# Site Directory Pattern Version Script
version=2
http://download.gnome.org/sources/libgnomemm/([\d\.]+)[24680]/ \
- libgnomemm-(.*)\.tar\.gz
- debian uupdate
+ libgnomemm-(.*)\.tar\.gz
+ debian uupdate
More information about the pkg-gnome-commits
mailing list