r28866 - in /desktop/unstable/vinagre/debian: changelog control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Jul 15 08:10:45 UTC 2011


Author: biebl
Date: Fri Jul 15 08:10:45 2011
New Revision: 28866

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=28866
Log:
* Stop using dh-autoreconf, no longer necessary:
  - Remove autoreconf.mk include from debian/rules.
  - Remove Build-Depends on dh-autoreconf and gnome-common.

Modified:
    desktop/unstable/vinagre/debian/changelog
    desktop/unstable/vinagre/debian/control.in
    desktop/unstable/vinagre/debian/rules

Modified: desktop/unstable/vinagre/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vinagre/debian/changelog?rev=28866&op=diff
==============================================================================
--- desktop/unstable/vinagre/debian/changelog [utf-8] (original)
+++ desktop/unstable/vinagre/debian/changelog [utf-8] Fri Jul 15 08:10:45 2011
@@ -5,6 +5,9 @@
   * Remove patches merged upstream:
     - debian/patches/00_check_for_dbus_glib.patch
     - debian/patches/01_gettext_configure_ac_fixes.patch
+  * Stop using dh-autoreconf, no longer necessary:
+    - Remove autoreconf.mk include from debian/rules.
+    - Remove Build-Depends on dh-autoreconf and gnome-common.
 
  -- Michael Biebl <biebl at debian.org>  Fri, 15 Jul 2011 09:48:08 +0200
 

Modified: desktop/unstable/vinagre/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vinagre/debian/control.in?rev=28866&op=diff
==============================================================================
--- desktop/unstable/vinagre/debian/control.in [utf-8] (original)
+++ desktop/unstable/vinagre/debian/control.in [utf-8] Fri Jul 15 08:10:45 2011
@@ -5,8 +5,6 @@
 Uploaders: @GNOME_TEAM@
 Build-Depends: cdbs (>= 0.4.52),
                debhelper (>= 8),
-               dh-autoreconf,
-               gnome-common,
                gobject-introspection,
                gnome-doc-utils (>= 0.3.2),
                gnome-pkg-tools (>= 0.10),

Modified: desktop/unstable/vinagre/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vinagre/debian/rules?rev=28866&op=diff
==============================================================================
--- desktop/unstable/vinagre/debian/rules [utf-8] (original)
+++ desktop/unstable/vinagre/debian/rules [utf-8] Fri Jul 15 08:10:45 2011
@@ -1,6 +1,5 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/gnome.mk
@@ -12,7 +11,7 @@
 # N.B. telepathy temporarily disabled.
 DEB_CONFIGURE_EXTRA_FLAGS += --with-avahi \
                              --enable-ssh \
-                             --with-telepathy=yes \
+                             --with-telepathy \
                              --disable-scrollkeeper
 
 common-binary-post-install-arch:: list-missing




More information about the pkg-gnome-commits mailing list