r37653 - in /attic/dasher/debian: changelog control control.in dasher-data.install patches/error-format-security.patch patches/fix-binutils-gold.patch rules source/ source/format

joss at users.alioth.debian.org joss at users.alioth.debian.org
Wed May 8 10:39:51 UTC 2013


Author: joss
Date: Wed May  8 10:39:50 2013
New Revision: 37653

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37653
Log:
* New upstream git snapshot.
* Switch to 3.0 quilt format.
* error-format-security.patch, fix-binutils-gold.patch: dropped, 
  obsolete.
* Disable joystick support, it doesn’t build.
* Revamp build-dependencies, use gtk3 and at-spi2.
* Enable Cairo, which is necessary for Gtk3. Sad it’s so slow.
* Explicitly disable GSettings, the schemas don’t work. Use GConf 
  instead.
* Update install files.

Added:
    attic/dasher/debian/source/
    attic/dasher/debian/source/format
Removed:
    attic/dasher/debian/patches/error-format-security.patch
    attic/dasher/debian/patches/fix-binutils-gold.patch
Modified:
    attic/dasher/debian/changelog
    attic/dasher/debian/control
    attic/dasher/debian/control.in
    attic/dasher/debian/dasher-data.install
    attic/dasher/debian/rules

Modified: attic/dasher/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/dasher/debian/changelog?rev=37653&op=diff
==============================================================================
--- attic/dasher/debian/changelog [utf-8] (original)
+++ attic/dasher/debian/changelog [utf-8] Wed May  8 10:39:50 2013
@@ -1,3 +1,18 @@
+dasher (4.11+git20130508.adc653-1) unstable; urgency=low
+
+  * New upstream git snapshot.
+  * Switch to 3.0 quilt format.
+  * error-format-security.patch, fix-binutils-gold.patch: dropped, 
+    obsolete.
+  * Disable joystick support, it doesn’t build.
+  * Revamp build-dependencies, use gtk3 and at-spi2.
+  * Enable Cairo, which is necessary for Gtk3. Sad it’s so slow.
+  * Explicitly disable GSettings, the schemas don’t work. Use GConf 
+    instead.
+  * Update install files.
+
+ -- Josselin Mouette <joss at debian.org>  Wed, 08 May 2013 12:16:17 +0200
+
 dasher (4.11-2) unstable; urgency=low
 
   * Update repository URL.

Modified: attic/dasher/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/dasher/debian/control?rev=37653&op=diff
==============================================================================
--- attic/dasher/debian/control [utf-8] (original)
+++ attic/dasher/debian/control [utf-8] Wed May  8 10:39:50 2013
@@ -16,20 +16,16 @@
                gnome-pkg-tools (>= 0.6),
                dpkg-dev (>= 1.13.19),
                intltool (>= 0.40.1),
-               libexpat1-dev,
                libglib2.0-dev (>= 2.16.0),
-               libgtk2.0-dev (>= 2.12.0),
-               libx11-dev,
-               libxtst-dev,
-               libgnomeui-dev,
+               libcairo2-dev,
+               libgtk-3-dev,
+               libgconf2-dev,
                libgnome-speech-dev,
                libbonobo2-dev,
                liborbit2-dev,
-               libatspi-dev,
-               libatk1.0-dev,
-               libgconf2-dev,
-               gnome-doc-utils (>= 0.9.0),
-               scrollkeeper
+               libexpat1-dev,
+               libatspi2.0-dev,
+               gnome-doc-utils (>= 0.9.0)
 Standards-Version: 3.8.4
 
 Package: dasher

Modified: attic/dasher/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/dasher/debian/control.in?rev=37653&op=diff
==============================================================================
--- attic/dasher/debian/control.in [utf-8] (original)
+++ attic/dasher/debian/control.in [utf-8] Wed May  8 10:39:50 2013
@@ -11,20 +11,16 @@
                gnome-pkg-tools (>= 0.6),
                dpkg-dev (>= 1.13.19),
                intltool (>= 0.40.1),
-               libexpat1-dev,
                libglib2.0-dev (>= 2.16.0),
-               libgtk2.0-dev (>= 2.12.0),
-               libx11-dev,
-               libxtst-dev,
-               libgnomeui-dev,
+               libcairo2-dev,
+               libgtk-3-dev,
+               libgconf2-dev,
                libgnome-speech-dev,
                libbonobo2-dev,
                liborbit2-dev,
-               libatspi-dev,
-               libatk1.0-dev,
-               libgconf2-dev,
-               gnome-doc-utils (>= 0.9.0),
-               scrollkeeper
+               libexpat1-dev,
+               libatspi2.0-dev,
+               gnome-doc-utils (>= 0.9.0)
 Standards-Version: 3.8.4
 
 Package: dasher

Modified: attic/dasher/debian/dasher-data.install
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/dasher/debian/dasher-data.install?rev=37653&op=diff
==============================================================================
--- attic/dasher/debian/dasher-data.install [utf-8] (original)
+++ attic/dasher/debian/dasher-data.install [utf-8] Wed May  8 10:39:50 2013
@@ -1,6 +1,6 @@
 debian/tmp/usr/share/dasher
+debian/tmp/usr/share/gnome
 debian/tmp/usr/share/icons
 debian/tmp/usr/share/locale
-debian/tmp/usr/share/gnome
 debian/tmp/usr/share/omf
 debian/tmp/etc/gconf

Modified: attic/dasher/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/dasher/debian/rules?rev=37653&op=diff
==============================================================================
--- attic/dasher/debian/rules [utf-8] (original)
+++ attic/dasher/debian/rules [utf-8] Wed May  8 10:39:50 2013
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk
@@ -10,8 +9,4 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS += \
 	--enable-speech \
-	--without-cairo
-
-ifeq (linux,$(DEB_HOST_ARCH_OS))
-    DEB_CONFIGURE_EXTRA_FLAGS += --enable-joystick
-endif
+	--without-gsettings

Added: attic/dasher/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/dasher/debian/source/format?rev=37653&op=file
==============================================================================
--- attic/dasher/debian/source/format (added)
+++ attic/dasher/debian/source/format [utf-8] Wed May  8 10:39:50 2013
@@ -1,0 +1,1 @@
+3.0 (quilt)




More information about the pkg-gnome-commits mailing list