r13872 - in /desktop/unstable/gconfmm2.6/debian: changelog copyright libgconfmm-2.6-1c2.install libgconfmm-2.6-dev.install rules
manphiz-guest at users.alioth.debian.org
manphiz-guest at users.alioth.debian.org
Fri Dec 14 19:39:25 UTC 2007
Author: manphiz-guest
Date: Fri Dec 14 19:39:25 2007
New Revision: 13872
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13872
Log:
* debian/copyright:
+ Update download URL.
+ Update upstream authors' email addresses.
* debian/*.install:
+ Refined to the shortened form.
+ Add DEB_DH_INSTALL_SOURCEDIR += debian/tmp, so *.install files can
be shortened.
(Thanks Loïc Minier for reviewing and the suggestions)
Modified:
desktop/unstable/gconfmm2.6/debian/changelog
desktop/unstable/gconfmm2.6/debian/copyright
desktop/unstable/gconfmm2.6/debian/libgconfmm-2.6-1c2.install
desktop/unstable/gconfmm2.6/debian/libgconfmm-2.6-dev.install
desktop/unstable/gconfmm2.6/debian/rules
Modified: desktop/unstable/gconfmm2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconfmm2.6/debian/changelog?rev=13872&op=diff
==============================================================================
--- desktop/unstable/gconfmm2.6/debian/changelog (original)
+++ desktop/unstable/gconfmm2.6/debian/changelog Fri Dec 14 19:39:25 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.
+ Let examples be compressed.
@@ -16,13 +21,13 @@
+ 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> Sat, 15 Dec 2007 01:15:39 +0800
-=======
- -- Deng Xiyue <manphiz-guest at users.alioth.debian.org> Sat, 15 Dec 2007 00:56:49 +0800
->>>>>>> .r13864
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org> Sat, 15 Dec 2007 03:31:35 +0800
gconfmm2.6 (2.20.0-2) unstable; urgency=high
Modified: desktop/unstable/gconfmm2.6/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconfmm2.6/debian/copyright?rev=13872&op=diff
==============================================================================
--- desktop/unstable/gconfmm2.6/debian/copyright (original)
+++ desktop/unstable/gconfmm2.6/debian/copyright Fri Dec 14 19:39:25 2007
@@ -1,9 +1,9 @@
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/gconfmm/>
-Upstream Authors: Murray Cumming <murrayc at usa.net>
+Upstream Authors: Murray Cumming <murrayc at murrayc.com>
Gergõ Érdi <cactus at cactus.rulez.org>
Copyright:
Modified: desktop/unstable/gconfmm2.6/debian/libgconfmm-2.6-1c2.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconfmm2.6/debian/libgconfmm-2.6-1c2.install?rev=13872&op=diff
==============================================================================
--- desktop/unstable/gconfmm2.6/debian/libgconfmm-2.6-1c2.install (original)
+++ desktop/unstable/gconfmm2.6/debian/libgconfmm-2.6-1c2.install Fri Dec 14 19:39:25 2007
@@ -1,1 +1,1 @@
-debian/tmp/usr/lib/lib*.so.* usr/lib
+usr/lib/lib*.so.*
Modified: desktop/unstable/gconfmm2.6/debian/libgconfmm-2.6-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconfmm2.6/debian/libgconfmm-2.6-dev.install?rev=13872&op=diff
==============================================================================
--- desktop/unstable/gconfmm2.6/debian/libgconfmm-2.6-dev.install (original)
+++ desktop/unstable/gconfmm2.6/debian/libgconfmm-2.6-dev.install Fri Dec 14 19:39:25 2007
@@ -1,5 +1,6 @@
-debian/tmp/usr/include/* usr/include
-debian/tmp/usr/lib/gconfmm-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/gconfmm-2.6
+usr/lib/lib*.a
+usr/lib/lib*.so
+usr/lib/pkgconfig
+usr/lib/*.la
Modified: desktop/unstable/gconfmm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconfmm2.6/debian/rules?rev=13872&op=diff
==============================================================================
--- desktop/unstable/gconfmm2.6/debian/rules (original)
+++ desktop/unstable/gconfmm2.6/debian/rules Fri Dec 14 19:39:25 2007
@@ -19,6 +19,8 @@
DEB_DH_ALWAYS_EXCLUDE += Doxyfile:fragment:.deps:.libs:.o:.in:.am
+DEB_DH_INSTALL_SOURCEDIR += debian/tmp
+
DEB_DH_MAKESHLIBS_ARGS_libgconfmm-2.6-1c2 += -V"libgconfmm-2.6-1c2 (>= 2.14.2)"
build/libgconfmm-2.6-doc::
More information about the pkg-gnome-commits
mailing list