[Pkg-cli-libs-commits] r4040 - in /packages/gnome-keyring-sharp/trunk/debian: changelog control rules

laney-guest at users.alioth.debian.org laney-guest at users.alioth.debian.org
Sat Feb 28 20:51:17 UTC 2009


Author: laney-guest
Date: Sat Feb 28 20:51:17 2009
New Revision: 4040

URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=4040
Log:
* debian/control: Update build-deps for Mono 2.0 transition
* debian/control: Update Vcs-Svn 
* debian/control: Add ${misc:Depends} to -manual

Modified:
    packages/gnome-keyring-sharp/trunk/debian/changelog
    packages/gnome-keyring-sharp/trunk/debian/control
    packages/gnome-keyring-sharp/trunk/debian/rules

Modified: packages/gnome-keyring-sharp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-keyring-sharp/trunk/debian/changelog?rev=4040&op=diff
==============================================================================
--- packages/gnome-keyring-sharp/trunk/debian/changelog (original)
+++ packages/gnome-keyring-sharp/trunk/debian/changelog Sat Feb 28 20:51:17 2009
@@ -1,5 +1,6 @@
 gnome-keyring-sharp (1.0.0~svn.r87622-2~pre1) unstable; urgency=low
 
+  [ Mirco Bauer ]
   * debian/rules:
     + Migrated from cdbs to debhelper v7 minimalistic style.
   * debian/control:
@@ -11,7 +12,12 @@
   * debian/patches/01pkgconfig-path.dpatch:
     + Converted patch to dpatch.
 
- -- Mirco Bauer <meebey at debian.org>  Thu, 08 May 2008 22:39:38 +0200
+  [ Iain Lane ]
+  * debian/control: Update build-deps for Mono 2.0 transition
+  * debian/control: Update Vcs-Svn 
+  * debian/control: Add ${misc:Depends} to -manual
+
+ -- Iain Lane <laney at ubuntu.com>  Sat, 28 Feb 2009 20:47:42 +0000
 
 gnome-keyring-sharp (1.0.0~svn.r87622-1) unstable; urgency=low
 

Modified: packages/gnome-keyring-sharp/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-keyring-sharp/trunk/debian/control?rev=4040&op=diff
==============================================================================
--- packages/gnome-keyring-sharp/trunk/debian/control (original)
+++ packages/gnome-keyring-sharp/trunk/debian/control Sat Feb 28 20:51:17 2009
@@ -3,16 +3,15 @@
 Priority: optional
 Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team at lists.alioth.debian.org>
 Uploaders: Laurent Bigonville <bigon at bigon.be>, Mirco Bauer <meebey at debian.org>
-Build-Depends: debhelper (>= 7), dpatch
+Build-Depends: debhelper (>= 7), dpatch,
  cli-common-dev (>= 0.5.7),
  pkg-config (>= 0.9.0),
- mono-gmcs (>= 1.1.8) | c-sharp-2.0-compiler,
- mono-gac,
+ mono-devel (>= 2.0),
  libndesk-dbus1.0-cil (>= 0.4),
  monodoc-base
 Standards-Version: 3.7.3
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-keyring-sharp/trunk/
-Vcs-Svn: ssh://svn.debian.org/svn/pkg-cli-libs/packages/gnome-keyring-sharp/trunk
+Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-cli-libs/packages/gnome-keyring-sharp/trunk
 
 Package: libgnome-keyring1.0-cil
 Section: libs
@@ -29,7 +28,7 @@
 Package: monodoc-gnome-keyring-manual
 Section: doc
 Architecture: all
-Depends: monodoc-manual
+Depends: monodoc-manual, ${misc:Depends}
 Description: CLI library to access the GNOME Keyring daemon - manual
  GNOME Keyring is a system which allows you to store passwords and other
  sensitive data across GNOME applications. It provides an API to access

Modified: packages/gnome-keyring-sharp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-keyring-sharp/trunk/debian/rules?rev=4040&op=diff
==============================================================================
--- packages/gnome-keyring-sharp/trunk/debian/rules (original)
+++ packages/gnome-keyring-sharp/trunk/debian/rules Sat Feb 28 20:51:17 2009
@@ -1,5 +1,5 @@
 #!/usr/bin/make -f
-export DH_VERBOSE=1
+#export DH_VERBOSE=1
 
 DEB_CLI_API_VERSION = 1.0.0~svn.r87622
 




More information about the Pkg-cli-libs-commits mailing list