r13917 - in /desktop/unstable: gconfmm2.6/debian/ glibmm2.4/debian/ gnome-vfsmm2.6/debian/ gtkmm2.4/debian/ libglademm2.4/debian/ libgnomecanvasmm2.6/debian/ libgnomemm2.6/debian/ libgnomeuimm2.6/debian/
manphiz-guest at users.alioth.debian.org
manphiz-guest at users.alioth.debian.org
Mon Dec 17 09:10:23 UTC 2007
Author: manphiz-guest
Date: Mon Dec 17 09:10:23 2007
New Revision: 13917
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13917
Log:
Use := instead of += on DEB_DH_INSTALL_SOURCEDIR, and fix corresponding changelog entry.
Modified:
desktop/unstable/gconfmm2.6/debian/changelog
desktop/unstable/gconfmm2.6/debian/rules
desktop/unstable/glibmm2.4/debian/changelog
desktop/unstable/glibmm2.4/debian/rules
desktop/unstable/gnome-vfsmm2.6/debian/changelog
desktop/unstable/gnome-vfsmm2.6/debian/rules
desktop/unstable/gtkmm2.4/debian/changelog
desktop/unstable/gtkmm2.4/debian/rules
desktop/unstable/libglademm2.4/debian/changelog
desktop/unstable/libglademm2.4/debian/rules
desktop/unstable/libgnomecanvasmm2.6/debian/changelog
desktop/unstable/libgnomecanvasmm2.6/debian/rules
desktop/unstable/libgnomemm2.6/debian/changelog
desktop/unstable/libgnomemm2.6/debian/rules
desktop/unstable/libgnomeuimm2.6/debian/changelog
desktop/unstable/libgnomeuimm2.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=13917&op=diff
==============================================================================
--- desktop/unstable/gconfmm2.6/debian/changelog (original)
+++ desktop/unstable/gconfmm2.6/debian/changelog Mon Dec 17 09:10:23 2007
@@ -22,13 +22,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
+ + 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 04:26:32 +0800
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org> Mon, 17 Dec 2007 16:56:10 +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=13917&op=diff
==============================================================================
--- desktop/unstable/gconfmm2.6/debian/rules (original)
+++ desktop/unstable/gconfmm2.6/debian/rules Mon Dec 17 09:10:23 2007
@@ -17,7 +17,7 @@
DEB_CONFIGURE_EXTRA_FLAGS += --enable-static
-DEB_DH_INSTALL_SOURCEDIR += debian/tmp
+DEB_DH_INSTALL_SOURCEDIR := debian/tmp
DEB_DH_MAKESHLIBS_ARGS_libgconfmm-2.6-1c2 += -V"libgconfmm-2.6-1c2 (>= 2.14.2)"
Modified: desktop/unstable/glibmm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/changelog?rev=13917&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/changelog (original)
+++ desktop/unstable/glibmm2.4/debian/changelog Mon Dec 17 09:10:23 2007
@@ -4,7 +4,7 @@
+ Update download URL.
+ Update upstream authors' email addresses.
* debian/rules:
- + Add DEB_DH_INSTALL_SOURCEDIR += debian/tmp, so *.install files can
+ + Add DEB_DH_INSTALL_SOURCEDIR := debian/tmp, so *.install files can
be shortened.
+ Refine exclude rules again.
* debian/*.install:
@@ -12,7 +12,7 @@
* debian/libglibmm-2.4-doc.examples
+ Resurrected, or examples won't be installed. My bad :(
- -- Deng Xiyue <manphiz-guest at users.alioth.debian.org> Sat, 15 Dec 2007 21:02:30 +0800
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org> Mon, 17 Dec 2007 16:54:45 +0800
glibmm2.4 (2.14.2-3) unstable; urgency=low
Modified: desktop/unstable/glibmm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/rules?rev=13917&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/rules (original)
+++ desktop/unstable/glibmm2.4/debian/rules Mon Dec 17 09:10:23 2007
@@ -14,7 +14,7 @@
DEB_CONFIGURE_EXTRA_FLAGS += --enable-static
-DEB_DH_INSTALL_SOURCEDIR += debian/tmp
+DEB_DH_INSTALL_SOURCEDIR := debian/tmp
DEB_DH_MAKESHLIBS_ARGS_libglibmm-2.4-1c2a += -V"libglibmm-2.4-1c2a (>= 2.14.0)"
Modified: desktop/unstable/gnome-vfsmm2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfsmm2.6/debian/changelog?rev=13917&op=diff
==============================================================================
--- desktop/unstable/gnome-vfsmm2.6/debian/changelog (original)
+++ desktop/unstable/gnome-vfsmm2.6/debian/changelog Mon Dec 17 09:10:23 2007
@@ -21,12 +21,12 @@
+ Replace most ':=' with '+=' to avoid overwriting existing values.
+ Refine exclude rules.
- Drop useless DEB_INSTALL_CHANGELOGS_ALL.
- + Add DEB_DH_INSTALL_SOURCEDIR += debian/tmp, so *.install files can
+ + Add DEB_DH_INSTALL_SOURCEDIR := debian/tmp, so *.install files can
be shortened.
* debian/watch:
+ Use spaces instead of tabs when indent.
- -- Deng Xiyue <manphiz-guest at users.alioth.debian.org> Sat, 15 Dec 2007 03:47:10 +0800
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org> Mon, 17 Dec 2007 16:57:21 +0800
gnome-vfsmm2.6 (2.20.0-2) unstable; urgency=high
Modified: desktop/unstable/gnome-vfsmm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfsmm2.6/debian/rules?rev=13917&op=diff
==============================================================================
--- desktop/unstable/gnome-vfsmm2.6/debian/rules (original)
+++ desktop/unstable/gnome-vfsmm2.6/debian/rules Mon Dec 17 09:10:23 2007
@@ -17,7 +17,7 @@
DEB_CONFIGURE_EXTRA_FLAGS += --enable-static
-DEB_DH_INSTALL_SOURCEDIR += debian/tmp
+DEB_DH_INSTALL_SOURCEDIR := debian/tmp
# TODO: current package name doesn't match the soname
# 'libgnomevfsmm-2.6.so.1', which seems harmless now. Show be made
Modified: desktop/unstable/gtkmm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm2.4/debian/changelog?rev=13917&op=diff
==============================================================================
--- desktop/unstable/gtkmm2.4/debian/changelog (original)
+++ desktop/unstable/gtkmm2.4/debian/changelog Mon Dec 17 09:10:23 2007
@@ -4,14 +4,14 @@
+ Update download URL.
+ Update upstream authors' email addresses.
* debian/rules:
- + Add DEB_DH_INSTALL_SOURCEDIR += debian/tmp, so *.install files can
+ + Add DEB_DH_INSTALL_SOURCEDIR := debian/tmp, so *.install files can
be shortened.
* debian/*.install:
+ Refined to the shortened form.
* debian/libgtkmm-2.4-doc.examples
+ Resurrected, or examples won't be installed. My bad :(
- -- Deng Xiyue <manphiz-guest at users.alioth.debian.org> Sun, 16 Dec 2007 22:48:10 +0800
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org> Mon, 17 Dec 2007 16:49:38 +0800
gtkmm2.4 (1:2.12.3-1) unstable; urgency=low
Modified: desktop/unstable/gtkmm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm2.4/debian/rules?rev=13917&op=diff
==============================================================================
--- desktop/unstable/gtkmm2.4/debian/rules (original)
+++ desktop/unstable/gtkmm2.4/debian/rules Mon Dec 17 09:10:23 2007
@@ -20,11 +20,9 @@
LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
-DEB_DH_ALWAYS_EXCLUDE += Doxyfile:doxygen_tags:fragment:.deps:.libs:.o:.in:.am
-
-DEB_DH_INSTALL_SOURCEDIR += debian/tmp
+DEB_DH_INSTALL_SOURCEDIR := debian/tmp
DEB_DH_MAKESHLIBS_ARGS_libgtkmm-2.4-1c2a += -V"libgtkmm-2.4-1c2a (>= 2.12.0)"
DEB_INSTALL_EXAMPLES_libgtkmm-2.4-doc += \
- -XDoxyfile -Xdoxygen_tags -Xfragment -X.deps -X.libs -X.o -X.in -X.am
+ -Xfragment -X.deps -X.libs -X.o -X.in -X.am
Modified: desktop/unstable/libglademm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libglademm2.4/debian/changelog?rev=13917&op=diff
==============================================================================
--- desktop/unstable/libglademm2.4/debian/changelog (original)
+++ desktop/unstable/libglademm2.4/debian/changelog Mon Dec 17 09:10:23 2007
@@ -4,7 +4,7 @@
+ Update download URL.
+ Update upstream authors' email addresses.
* debian/rules:
- + Add DEB_DH_INSTALL_SOURCEDIR += debian/tmp, so *.install files can
+ + Add DEB_DH_INSTALL_SOURCEDIR := debian/tmp, so *.install files can
be shortened.
+ Refine exclude rules again.
+ Add an extra rule to exclude empty examples/README to make lintian happy.
@@ -13,7 +13,7 @@
* debian/libglademm-2.4-doc.examples
+ Resurrected, or examples won't be installed. My bad :(
- -- Deng Xiyue <manphiz-guest at users.alioth.debian.org> Sat, 15 Dec 2007 21:20:39 +0800
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org> Mon, 17 Dec 2007 16:55:14 +0800
libglademm2.4 (2.6.5-3) unstable; urgency=low
Modified: desktop/unstable/libglademm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libglademm2.4/debian/rules?rev=13917&op=diff
==============================================================================
--- desktop/unstable/libglademm2.4/debian/rules (original)
+++ desktop/unstable/libglademm2.4/debian/rules Mon Dec 17 09:10:23 2007
@@ -14,7 +14,7 @@
DEB_CONFIGURE_EXTRA_FLAGS += --enable-static
-DEB_DH_INSTALL_SOURCEDIR += debian/tmp
+DEB_DH_INSTALL_SOURCEDIR := debian/tmp
DEB_DH_MAKESHLIBS_ARGS_libglademm-2.4-1c2a += \
-V"libglademm-2.4-1c2a (>= 2.6.0)"
Modified: desktop/unstable/libgnomecanvasmm2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomecanvasmm2.6/debian/changelog?rev=13917&op=diff
==============================================================================
--- desktop/unstable/libgnomecanvasmm2.6/debian/changelog (original)
+++ desktop/unstable/libgnomecanvasmm2.6/debian/changelog Mon Dec 17 09:10:23 2007
@@ -25,14 +25,14 @@
+ 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
+ + Add DEB_DH_INSTALL_SOURCEDIR := debian/tmp, so *.install files can
be shortened.
+ Add an extra rule to exclude empty examples/README to make lintian happy.
* 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 21:32:37 +0800
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org> Mon, 17 Dec 2007 16:58:06 +0800
libgnomecanvasmm2.6 (2.20.0-2) unstable; urgency=high
Modified: desktop/unstable/libgnomecanvasmm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomecanvasmm2.6/debian/rules?rev=13917&op=diff
==============================================================================
--- desktop/unstable/libgnomecanvasmm2.6/debian/rules (original)
+++ desktop/unstable/libgnomecanvasmm2.6/debian/rules Mon Dec 17 09:10:23 2007
@@ -17,7 +17,7 @@
DEB_CONFIGURE_EXTRA_FLAGS += --enable-static
-DEB_DH_INSTALL_SOURCEDIR += debian/tmp
+DEB_DH_INSTALL_SOURCEDIR := debian/tmp
DEB_DH_MAKESHLIBS_ARGS_libgnomecanvasmm-2.6-1c2a := \
-V"libgnomecanvasmm-2.6-1c2a (>= 2.14.0)"
Modified: desktop/unstable/libgnomemm2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomemm2.6/debian/changelog?rev=13917&op=diff
==============================================================================
--- desktop/unstable/libgnomemm2.6/debian/changelog (original)
+++ desktop/unstable/libgnomemm2.6/debian/changelog Mon Dec 17 09:10:23 2007
@@ -21,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
+ + 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 17:02:33 +0800
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org> Mon, 17 Dec 2007 16:57:47 +0800
libgnomemm2.6 (2.20.0-2) unstable; urgency=high
Modified: desktop/unstable/libgnomemm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomemm2.6/debian/rules?rev=13917&op=diff
==============================================================================
--- desktop/unstable/libgnomemm2.6/debian/rules (original)
+++ desktop/unstable/libgnomemm2.6/debian/rules Mon Dec 17 09:10:23 2007
@@ -17,7 +17,7 @@
DEB_CONFIGURE_EXTRA_FLAGS += --enable-static
-DEB_DH_INSTALL_SOURCEDIR += debian/tmp
+DEB_DH_INSTALL_SOURCEDIR := debian/tmp
DEB_DH_MAKESHLIBS_ARGS_libgnomemm-2.6-1c2 += -V"libgnomemm-2.6-1c2 (>= 2.16.0)"
Modified: desktop/unstable/libgnomeuimm2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomeuimm2.6/debian/changelog?rev=13917&op=diff
==============================================================================
--- desktop/unstable/libgnomeuimm2.6/debian/changelog (original)
+++ desktop/unstable/libgnomeuimm2.6/debian/changelog Mon Dec 17 09:10:23 2007
@@ -24,13 +24,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
+ + 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 18:10:49 +0800
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org> Mon, 17 Dec 2007 16:58:40 +0800
libgnomeuimm2.6 (2.20.0-2) unstable; urgency=high
Modified: desktop/unstable/libgnomeuimm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomeuimm2.6/debian/rules?rev=13917&op=diff
==============================================================================
--- desktop/unstable/libgnomeuimm2.6/debian/rules (original)
+++ desktop/unstable/libgnomeuimm2.6/debian/rules Mon Dec 17 09:10:23 2007
@@ -16,7 +16,7 @@
DEB_CONFIGURE_EXTRA_FLAGS += --enable-static
-DEB_DH_INSTALL_SOURCEDIR += debian/tmp
+DEB_DH_INSTALL_SOURCEDIR := debian/tmp
DEB_DH_MAKESHLIBS_ARGS_libgnomeuimm-2.6-1c2a += \
-V"libgnomeuimm-2.6-1c2a (>= 2.16.0)"
More information about the pkg-gnome-commits
mailing list