r10664 - in /desktop/unstable/seahorse/debian: changelog control control.in rules

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Tue May 1 21:44:20 UTC 2007


Author: slomo
Date: Tue May  1 21:44:20 2007
New Revision: 10664

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10664
Log:
* NOT RELEASED YET
* debian/control,
  debian/control.in,
  debian/rules:
  + Put @GNOME_TEAM@ in Uploaders and include the required stuff in rules.

Added:
    desktop/unstable/seahorse/debian/control.in
Modified:
    desktop/unstable/seahorse/debian/changelog
    desktop/unstable/seahorse/debian/control
    desktop/unstable/seahorse/debian/rules

Modified: desktop/unstable/seahorse/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/changelog?rev=10664&op=diff
==============================================================================
--- desktop/unstable/seahorse/debian/changelog (original)
+++ desktop/unstable/seahorse/debian/changelog Tue May  1 21:44:20 2007
@@ -1,3 +1,13 @@
+seahorse (1.0.1-4) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET
+  * debian/control,
+    debian/control.in,
+    debian/rules:
+    + Put @GNOME_TEAM@ in Uploaders and include the required stuff in rules.
+
+ -- Sebastian Dröge <slomo at debian.org>  Tue,  1 May 2007 23:38:06 +0200
+
 seahorse (1.0.1-3) unstable; urgency=low
 
   * debian/patches/2_mlock.dpatch:

Modified: desktop/unstable/seahorse/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/control?rev=10664&op=diff
==============================================================================
--- desktop/unstable/seahorse/debian/control (original)
+++ desktop/unstable/seahorse/debian/control Tue May  1 21:44:20 2007
@@ -2,8 +2,8 @@
 Section: gnome
 Priority: optional
 Maintainer: Jose Carlos Garcia Sogo <jsogo at debian.org>
-Uploaders: Sebastian Dröge <slomo at debian.org>
-Build-Depends: debhelper (>= 5), libgnome2-dev (>= 2.14.0), libglade2-dev, libgnomeui-dev (>= 2.10.0), scrollkeeper, libgpgme11-dev, autotools-dev, dpatch, libxml-parser-perl, gedit-dev (>= 2.10.0), libsoup2.2-dev, libldap2-dev, libnautilus-extension-dev (>= 2.9.0), libnotify-dev, libpanel-applet2-dev (>= 2.9.4), libavahi-glib-dev, libdbus-glib-1-dev, gnome-doc-utils, libgnome-keyring-dev, libglib2.0-dev (>= 2.10.0), libgtk2.0-dev (>= 2.10.0), epiphany-browser-dev (>= 2.14), libxml2-dev (>= 2.6.0), libxul-dev (>= 1.8)
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Sebastian Dröge <slomo at debian.org>
+Build-Depends: debhelper (>= 5), libgnome2-dev (>= 2.14.0), libglade2-dev, libgnomeui-dev (>= 2.10.0), scrollkeeper, libgpgme11-dev, autotools-dev, dpatch, libxml-parser-perl, gedit-dev (>= 2.10.0), libsoup2.2-dev, libldap2-dev, libnautilus-extension-dev (>= 2.9.0), libnotify-dev, libpanel-applet2-dev (>= 2.9.4), libavahi-glib-dev, libdbus-glib-1-dev, gnome-doc-utils, libgnome-keyring-dev, libglib2.0-dev (>= 2.10.0), libgtk2.0-dev (>= 2.10.0), epiphany-browser-dev (>= 2.14), libxml2-dev (>= 2.6.0), libxul-dev (>= 1.8), gnome-pkg-tools
 Build-Conflicts: gnupg2
 Standards-Version: 3.7.2
 

Added: desktop/unstable/seahorse/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/control.in?rev=10664&op=file
==============================================================================
--- desktop/unstable/seahorse/debian/control.in (added)
+++ desktop/unstable/seahorse/debian/control.in Tue May  1 21:44:20 2007
@@ -1,0 +1,25 @@
+Source: seahorse
+Section: gnome
+Priority: optional
+Maintainer: Jose Carlos Garcia Sogo <jsogo at debian.org>
+Uploaders: @GNOME_TEAM@
+Build-Depends: debhelper (>= 5), libgnome2-dev (>= 2.14.0), libglade2-dev, libgnomeui-dev (>= 2.10.0), scrollkeeper, libgpgme11-dev, autotools-dev, dpatch, libxml-parser-perl, gedit-dev (>= 2.10.0), libsoup2.2-dev, libldap2-dev, libnautilus-extension-dev (>= 2.9.0), libnotify-dev, libpanel-applet2-dev (>= 2.9.4), libavahi-glib-dev, libdbus-glib-1-dev, gnome-doc-utils, libgnome-keyring-dev, libglib2.0-dev (>= 2.10.0), libgtk2.0-dev (>= 2.10.0), epiphany-browser-dev (>= 2.14), libxml2-dev (>= 2.6.0), libxul-dev (>= 1.8), gnome-pkg-tools
+Build-Conflicts: gnupg2
+Standards-Version: 3.7.2
+
+Package: seahorse
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: openssh-client
+Conflicts: gnupg-agent
+Description: A Gnome front end for GnuPG
+ Seahorse is a Gnome front end for GnuPG - the Gnu Privacy Guard program. It
+ is a tool for secure communications and data storage.  Data encryption and
+ digital signature creation can easily be performed through a GUI and Key
+ Management operations can easily be carried out through an intuitive
+ interface.
+ .
+ In addition it includes a Gedit plugin, can handle files using Nautilus,
+ an applet for manging stuff put in the clipboard and an agent for storing 
+ private passphrases, as well as a GnuPG and OpenSSH key manager.
+

Modified: desktop/unstable/seahorse/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/rules?rev=10664&op=diff
==============================================================================
--- desktop/unstable/seahorse/debian/rules (original)
+++ desktop/unstable/seahorse/debian/rules Tue May  1 21:44:20 2007
@@ -28,6 +28,7 @@
 
 
 include /usr/share/dpatch/dpatch.make
+include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 
 # The autotools target is used to get the latest version of config.[guess,sub]
 # files. This should avoid autobuild errors, but adds a Build-Dependency
@@ -67,7 +68,7 @@
 
 	touch build-stamp
 
-clean: unpatch
+clean:: unpatch
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp




More information about the pkg-gnome-commits mailing list