r13866 - in /desktop/unstable/gnome-vfsmm2.6/debian: changelog rules watch

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Fri Dec 14 17:34:16 UTC 2007


Author: manphiz-guest
Date: Fri Dec 14 17:34:16 2007
New Revision: 13866

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13866
Log:
  - 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.
  - Drop useless DEB_INSTALL_CHANGELOGS_ALL.
* debian/watch:
  + Use spaces instead of tabs when indent.

Modified:
    desktop/unstable/gnome-vfsmm2.6/debian/changelog
    desktop/unstable/gnome-vfsmm2.6/debian/rules
    desktop/unstable/gnome-vfsmm2.6/debian/watch

Modified: desktop/unstable/gnome-vfsmm2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfsmm2.6/debian/changelog?rev=13866&op=diff
==============================================================================
--- desktop/unstable/gnome-vfsmm2.6/debian/changelog (original)
+++ desktop/unstable/gnome-vfsmm2.6/debian/changelog Fri Dec 14 17:34:16 2007
@@ -11,8 +11,15 @@
       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.
+    - Drop 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:23:26 +0800
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Sat, 15 Dec 2007 01:30:30 +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=13866&op=diff
==============================================================================
--- desktop/unstable/gnome-vfsmm2.6/debian/rules (original)
+++ desktop/unstable/gnome-vfsmm2.6/debian/rules Fri Dec 14 17:34:16 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,24 +11,19 @@
 
 GNOME_MODULE := libgnomecanvasmm
 
-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_ALWAYS_EXCLUDE += Doxyfile:fragment:.deps:.libs:.o:.in:.am
 
 # TODO: current package name doesn't match the soname
 # 'libgnomevfsmm-2.6.so.1', which seems harmless now. Show be made
 # consistant on next soversion bump.
-DEB_DH_MAKESHLIBS_ARGS_libgnome-vfsmm-2.6-1c2a := \
+DEB_DH_MAKESHLIBS_ARGS_libgnome-vfsmm-2.6-1c2a += \
 	-V"libgnome-vfsmm-2.6-1c2a (>= 2.16.1)"
-
-DEB_INSTALL_CHANGELOGS_ALL := ChangeLog
-
-DEB_INSTALL_DOCS_ALL := -XMakefile -XDoxyfile -X.in -X.am -Xfragment
-
-DEB_INSTALL_EXAMPLES_libgnome-vfsmm-2.6-doc := \
-	-X.deps -X.libs -X.o -X.in -X.am -Xfragment
 
 build/libgnome-vfsmm-2.6-doc::
 	$(MAKE) -C docs/reference

Modified: desktop/unstable/gnome-vfsmm2.6/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfsmm2.6/debian/watch?rev=13866&op=diff
==============================================================================
--- desktop/unstable/gnome-vfsmm2.6/debian/watch (original)
+++ desktop/unstable/gnome-vfsmm2.6/debian/watch Fri Dec 14 17:34:16 2007
@@ -4,5 +4,5 @@
 # Site		Directory		Pattern			Version	Script
 version=2
 http://download.gnome.org/sources/gnome-vfsmm/([\d\.]+)[24680]/ \
-	gnome-vfsmm-(.*)\.tar\.gz
-	debian uupdate
+        gnome-vfsmm-(.*)\.tar\.gz
+        debian uupdate




More information about the pkg-gnome-commits mailing list