r37198 - in /desktop/experimental/seahorse/debian: changelog control control.in patches/08_force_ssh.patch patches/99_ltmain_as-needed.patch patches/series rules

ah at users.alioth.debian.org ah at users.alioth.debian.org
Sun Mar 24 15:17:29 UTC 2013


Author: ah
Date: Sun Mar 24 15:17:28 2013
New Revision: 37198

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37198
Log:
* The "where's the tarball?" release.
  - 3.7.92 tagged in upstream git, but no tarball on ftp.gnome.org
* New upstream release.
* Let dh-autoreconf patch in --as-needed via
  DEB_DH_AUTORECONF_ARGS and drop debian/patches/99_ltmain_as-needed.patch
* Drop ancient debian/patches/08_force_ssh.patch and just build-depend
  on openssh-client. Gosh for maintenance cost vs micro-optimization.

Removed:
    desktop/experimental/seahorse/debian/patches/08_force_ssh.patch
    desktop/experimental/seahorse/debian/patches/99_ltmain_as-needed.patch
Modified:
    desktop/experimental/seahorse/debian/changelog
    desktop/experimental/seahorse/debian/control
    desktop/experimental/seahorse/debian/control.in
    desktop/experimental/seahorse/debian/patches/series
    desktop/experimental/seahorse/debian/rules

Modified: desktop/experimental/seahorse/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/seahorse/debian/changelog?rev=37198&op=diff
==============================================================================
--- desktop/experimental/seahorse/debian/changelog [utf-8] (original)
+++ desktop/experimental/seahorse/debian/changelog [utf-8] Sun Mar 24 15:17:28 2013
@@ -1,3 +1,16 @@
+seahorse (3.7.91-1) experimental; urgency=low
+
+  * The "where's the tarball?" release.
+    - 3.7.92 tagged in upstream git, but no tarball on ftp.gnome.org
+
+  * New upstream release.
+  * Let dh-autoreconf patch in --as-needed via
+    DEB_DH_AUTORECONF_ARGS and drop debian/patches/99_ltmain_as-needed.patch
+  * Drop ancient debian/patches/08_force_ssh.patch and just build-depend
+    on openssh-client. Gosh for maintenance cost vs micro-optimization.
+
+ -- Andreas Henriksson <andreas at fatal.se>  Sun, 24 Mar 2013 16:07:45 +0100
+
 seahorse (3.6.3-1) experimental; urgency=low
 
   [ Thomas Bechtold ]

Modified: desktop/experimental/seahorse/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/seahorse/debian/control?rev=37198&op=diff
==============================================================================
--- desktop/experimental/seahorse/debian/control [utf-8] (original)
+++ desktop/experimental/seahorse/debian/control [utf-8] Sun Mar 24 15:17:28 2013
@@ -7,7 +7,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Jordi Mallach <jordi at debian.org>, Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>, Sebastian Dröge <slomo at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Jordi Mallach <jordi at debian.org>, Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: cdbs (>= 0.4.41),
                debhelper (>= 8),
                dh-autoreconf,
@@ -26,6 +26,7 @@
                libgtk-3-dev (>= 3.4.0),
                libsecret-1-dev (>= 0.5),
                gnome-pkg-tools,
+               openssh-client,
                yelp-tools
 Build-Conflicts: gnupg2
 Standards-Version: 3.9.3

Modified: desktop/experimental/seahorse/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/seahorse/debian/control.in?rev=37198&op=diff
==============================================================================
--- desktop/experimental/seahorse/debian/control.in [utf-8] (original)
+++ desktop/experimental/seahorse/debian/control.in [utf-8] Sun Mar 24 15:17:28 2013
@@ -21,6 +21,7 @@
                libgtk-3-dev (>= 3.4.0),
                libsecret-1-dev (>= 0.5),
                gnome-pkg-tools,
+               openssh-client,
                yelp-tools
 Build-Conflicts: gnupg2
 Standards-Version: 3.9.3

Modified: desktop/experimental/seahorse/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/seahorse/debian/patches/series?rev=37198&op=diff
==============================================================================
--- desktop/experimental/seahorse/debian/patches/series [utf-8] (original)
+++ desktop/experimental/seahorse/debian/patches/series [utf-8] Sun Mar 24 15:17:28 2013
@@ -1,3 +1,1 @@
-08_force_ssh.patch
 30_preferences_menu.patch
-99_ltmain_as-needed.patch

Modified: desktop/experimental/seahorse/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/seahorse/debian/rules?rev=37198&op=diff
==============================================================================
--- desktop/experimental/seahorse/debian/rules [utf-8] (original)
+++ desktop/experimental/seahorse/debian/rules [utf-8] Sun Mar 24 15:17:28 2013
@@ -11,3 +11,5 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper \
                              --enable-pgp
+
+DEB_DH_AUTORECONF_ARGS = --as-needed




More information about the pkg-gnome-commits mailing list