Subject: gconf-editor: Please package version 3.0.0 Package: gconf-editor Version: 2.30.0-2 Severity: wishlist
*** Please type your report below this line *** Please package the latest stable version 3.0.0. I am submitting a patch to assist. -- System Information: Debian Release: wheezy/sid APT prefers oneiric APT policy: (500, 'oneiric') Architecture: amd64 (x86_64) Kernel: Linux 2.6.39-2-generic (SMP w/2 CPU cores) Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash gconf-editor recommends no packages. gconf-editor suggests no packages. -- no debconf information
=== modified file 'debian/changelog' --- debian/changelog 2010-04-08 12:35:00 +0000 +++ debian/changelog 2011-05-14 22:49:38 +0000 @@ -1,3 +1,20 @@ +gconf-editor (3.0.0-1) experimental; urgency=low + + [Jeremy Bicha] + * New upstream release + * debian/control.in: + - Build-depend on GTK 3, gnome-common + - Drop libdbus-glib-1 build-depends, no longer needed + - Don't depend on scrollkeeper + - Add VCS links + - Update standards version to 3.9.1, no changes needed + * debian/rules + - Build without scrollkeeper + * debian/source/format + - Switch to quilt (3.0) + + -- Jeremy Bicha <[email protected]> Sat, 14 May 2011 16:18:09 -0400 + gconf-editor (2.30.0-2) unstable; urgency=low * debian/control.in: === modified file 'debian/control' --- debian/control 2010-04-08 12:35:00 +0000 +++ debian/control 2011-05-14 22:38:55 +0000 @@ -11,15 +11,16 @@ Build-Depends: debhelper (>= 5), cdbs (>= 0.4.41), libgconf2-dev (>= 2.9.2), - libgtk2.0-dev (>= 2.20.0), + libgtk-3-dev, gettext, gnome-pkg-tools (>= 0.10), - libdbus-glib-1-dev, - scrollkeeper, + gnome-common, gnome-doc-utils, pkg-config, intltool (>= 0.35.0) -Standards-Version: 3.8.4 +Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/experimental/gconf-editor +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/experimental/gconf-editor +Standards-Version: 3.9.1 Package: gconf-editor Architecture: any @@ -31,4 +32,4 @@ GConf-Editor is a tool used for editing the GConf configuration database. This is not the recommended way of setting desktop preferences, but it might be useful when the proper configuration utility for some software provides no - way of changing some option. + way of changing some option. \ No newline at end of file === modified file 'debian/control.in' --- debian/control.in 2010-04-08 12:35:00 +0000 +++ debian/control.in 2011-05-14 22:32:53 +0000 @@ -6,15 +6,16 @@ Build-Depends: debhelper (>= 5), cdbs (>= 0.4.41), libgconf2-dev (>= 2.9.2), - libgtk2.0-dev (>= 2.20.0), + libgtk-3-dev, gettext, gnome-pkg-tools (>= 0.10), - libdbus-glib-1-dev, - scrollkeeper, + gnome-common, gnome-doc-utils, pkg-config, intltool (>= 0.35.0) -Standards-Version: 3.8.4 +Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/experimental/gconf-editor +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/experimental/gconf-editor +Standards-Version: 3.9.1 Package: gconf-editor Architecture: any @@ -26,4 +27,4 @@ GConf-Editor is a tool used for editing the GConf configuration database. This is not the recommended way of setting desktop preferences, but it might be useful when the proper configuration utility for some software provides no - way of changing some option. + way of changing some option. \ No newline at end of file === removed directory 'debian/patches' === modified file 'debian/rules' --- debian/rules 2007-04-17 12:02:02 +0000 +++ debian/rules 2011-05-14 22:13:34 +0000 @@ -2,7 +2,6 @@ # -*- mode: makefile; coding: utf-8 -*- include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/class/gnome.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk @@ -10,7 +9,7 @@ LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -DEB_CONFIGURE_EXTRA_FLAGS += --with-gconf-schema-file-dir=/usr/share/gconf/schemas +DEB_CONFIGURE_EXTRA_FLAGS += --with-gconf-schema-file-dir=/usr/share/gconf/schemas --disable-scrollkeeper binary-post-install/gconf-editor:: rm -rf debian/gconf-editor/var === added directory 'debian/source' === added file 'debian/source/format' --- debian/source/format 1970-01-01 00:00:00 +0000 +++ debian/source/format 2011-05-14 22:22:18 +0000 @@ -0,0 +1,1 @@ +3.0 (quilt)

