r13874 - in /desktop/unstable/gnome-vfsmm2.6/debian: changelog copyright libgnome-vfsmm-2.6-1c2a.install libgnome-vfsmm-2.6-dev.install rules

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Fri Dec 14 20:50:53 UTC 2007


Author: manphiz-guest
Date: Fri Dec 14 20:50:53 2007
New Revision: 13874

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13874
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.

Modified:
    desktop/unstable/gnome-vfsmm2.6/debian/changelog
    desktop/unstable/gnome-vfsmm2.6/debian/copyright
    desktop/unstable/gnome-vfsmm2.6/debian/libgnome-vfsmm-2.6-1c2a.install
    desktop/unstable/gnome-vfsmm2.6/debian/libgnome-vfsmm-2.6-dev.install
    desktop/unstable/gnome-vfsmm2.6/debian/rules

Modified: desktop/unstable/gnome-vfsmm2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfsmm2.6/debian/changelog?rev=13874&op=diff
==============================================================================
--- desktop/unstable/gnome-vfsmm2.6/debian/changelog (original)
+++ desktop/unstable/gnome-vfsmm2.6/debian/changelog Fri Dec 14 20:50:53 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,10 +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
+      be shortened.
   * debian/watch:
     + Use spaces instead of tabs when indent.
 
- -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Sat, 15 Dec 2007 01:30:30 +0800
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Sat, 15 Dec 2007 03:47:10 +0800
 
 gnome-vfsmm2.6 (2.20.0-2) unstable; urgency=high
 

Modified: desktop/unstable/gnome-vfsmm2.6/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfsmm2.6/debian/copyright?rev=13874&op=diff
==============================================================================
--- desktop/unstable/gnome-vfsmm2.6/debian/copyright (original)
+++ desktop/unstable/gnome-vfsmm2.6/debian/copyright Fri Dec 14 20:50:53 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/gnome-vfsmm/>
 
-Upstream Authors: Murray Cumming <murrayc at usa.net>
-                  Bryan Forbes <mxpxfifws at yahoo.com>
+Upstream Authors: Murray Cumming <murrayc at murrayc.com>
+                  Bryan Forbes <bryan at reigndropsfall.net>
 
 Copyright:
 

Modified: desktop/unstable/gnome-vfsmm2.6/debian/libgnome-vfsmm-2.6-1c2a.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfsmm2.6/debian/libgnome-vfsmm-2.6-1c2a.install?rev=13874&op=diff
==============================================================================
--- desktop/unstable/gnome-vfsmm2.6/debian/libgnome-vfsmm-2.6-1c2a.install (original)
+++ desktop/unstable/gnome-vfsmm2.6/debian/libgnome-vfsmm-2.6-1c2a.install Fri Dec 14 20:50:53 2007
@@ -1,1 +1,1 @@
-debian/tmp/usr/lib/lib*.so.* usr/lib
+usr/lib/lib*.so.*

Modified: desktop/unstable/gnome-vfsmm2.6/debian/libgnome-vfsmm-2.6-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfsmm2.6/debian/libgnome-vfsmm-2.6-dev.install?rev=13874&op=diff
==============================================================================
--- desktop/unstable/gnome-vfsmm2.6/debian/libgnome-vfsmm-2.6-dev.install (original)
+++ desktop/unstable/gnome-vfsmm2.6/debian/libgnome-vfsmm-2.6-dev.install Fri Dec 14 20:50:53 2007
@@ -1,5 +1,6 @@
-debian/tmp/usr/include/* usr/include
-debian/tmp/usr/lib/gnome-vfsmm-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/gnome-vfsmm-2.6
+usr/lib/lib*.a
+usr/lib/lib*.so
+usr/lib/pkgconfig
+usr/lib/*.la

Modified: desktop/unstable/gnome-vfsmm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfsmm2.6/debian/rules?rev=13874&op=diff
==============================================================================
--- desktop/unstable/gnome-vfsmm2.6/debian/rules (original)
+++ desktop/unstable/gnome-vfsmm2.6/debian/rules Fri Dec 14 20:50:53 2007
@@ -17,7 +17,9 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-static
 
-DEB_DH_ALWAYS_EXCLUDE += Doxyfile:fragment:.deps:.libs:.o:.in:.am
+DEB_DH_BUILDDEB_ARGS += -XDoxyfile -Xfragment -X.deps -X.libs -X.o -X.in -X.am
+
+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




More information about the pkg-gnome-commits mailing list