r31562 - in /desktop/unstable/libcryptui/debian: changelog control control.in libcryptui-dev.install libcryptui-doc

jordi at users.alioth.debian.org jordi at users.alioth.debian.org
Sat Nov 19 00:31:03 UTC 2011


Author: jordi
Date: Sat Nov 19 00:30:59 2011
New Revision: 31562

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=31562
Log:
* Introduce a seahorse-daemon package. Make it Break seahorse < 3.2
* Add a libcryptui-doc. Add necessary Replaces/Breaks.

Added:
    desktop/unstable/libcryptui/debian/libcryptui-doc
Modified:
    desktop/unstable/libcryptui/debian/changelog
    desktop/unstable/libcryptui/debian/control
    desktop/unstable/libcryptui/debian/control.in
    desktop/unstable/libcryptui/debian/libcryptui-dev.install

Modified: desktop/unstable/libcryptui/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libcryptui/debian/changelog?rev=31562&op=diff
==============================================================================
--- desktop/unstable/libcryptui/debian/changelog [utf-8] (original)
+++ desktop/unstable/libcryptui/debian/changelog [utf-8] Sat Nov 19 00:30:59 2011
@@ -1,10 +1,9 @@
-libcryptui (3.2.0-1) UNRELEASED; urgency=low
+libcryptui (3.2.0-1) unstable; urgency=low
 
-  * WIP, do not upload without testing.
   * Initial release, based on Seahorse's packaging.
   * This library is split from the seahorse source, so the soname bump is
     kept.
-  * Introduce a seahorse-daemon package.
+  * Introduce a seahorse-daemon package. Make it Break seahorse < 3.2
   * Add Multi-Arch support:
     - Bump debhelper & cdbs.
     - Add Pre-Depends.
@@ -15,5 +14,6 @@
   * Don't pass obsolete --with-pgp.
   * Pass --enable-gtk-doc, and Build-Depend on libgtk-3-doc to ensure correct
     cross-references.
+  * Add a libcryptui-doc. Add necessary Replaces/Breaks.
 
- -- Jordi Mallach <jordi at debian.org>  Sun, 13 Nov 2011 23:43:56 +0100
+ -- Jordi Mallach <jordi at debian.org>  Sat, 19 Nov 2011 01:25:18 +0100

Modified: desktop/unstable/libcryptui/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libcryptui/debian/control?rev=31562&op=diff
==============================================================================
--- desktop/unstable/libcryptui/debian/control [utf-8] (original)
+++ desktop/unstable/libcryptui/debian/control [utf-8] Sat Nov 19 00:30:59 2011
@@ -10,6 +10,7 @@
 Uploaders: Jordi Mallach <jordi at debian.org>
 Build-Depends: cdbs (>= 0.4.93),
                debhelper (>= 8.1.3~),
+               gnome-pkg-tools,
                dh-autoreconf,
                gsettings-desktop-schemas-dev,
                libgpgme11-dev (>= 1.0.0),
@@ -23,10 +24,10 @@
                gobject-introspection (>= 0.6.4),
                libgirepository1.0-dev (>= 0.6.4),
                gir1.2-gtk-3.0,
-               gnome-pkg-tools
+               libgtk-3-doc
 Build-Conflicts: gnupg2
 Standards-Version: 3.9.2
-Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/libcryptui/
+Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/libcryptui/
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/libcryptui/
 Homepage: http://developer.gnome.org/libcryptui/
 
@@ -70,11 +71,26 @@
          libgtk-3-dev (>= 2.90.0),
          libcryptui0a (= ${binary:Version}),
          gir1.2-cryptui-0.0 (= ${binary:Version})
+Suggests: libcryptui-doc
 Description: UI library for OpenPGP prompts (development)
  CryptUI is a library to manage OpenPGP prompts on GUI applications.
  .
  This package contains the development files and documentation needed to
  build applications using the CryptUI library.
+
+Package: libcryptui-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Recommends: libgtk-3-doc
+Suggests: devhelp
+Breaks: libcryptui-dev (<< 3.2)
+Replaces: libcryptui-dev (<< 3.2)
+Description: UI library for OpenPGP prompts (documentation)
+ CryptUI is a library to manage OpenPGP prompts on GUI applications.
+ .
+ This package contains the HTML documentation and API reference for the
+ CryptUI library.
 
 Package: gir1.2-cryptui-0.0
 Architecture: any

Modified: desktop/unstable/libcryptui/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libcryptui/debian/control.in?rev=31562&op=diff
==============================================================================
--- desktop/unstable/libcryptui/debian/control.in [utf-8] (original)
+++ desktop/unstable/libcryptui/debian/control.in [utf-8] Sat Nov 19 00:30:59 2011
@@ -22,7 +22,7 @@
                libgtk-3-doc
 Build-Conflicts: gnupg2
 Standards-Version: 3.9.2
-Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/libcryptui/
+Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/libcryptui/
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/libcryptui/
 Homepage: http://developer.gnome.org/libcryptui/
 
@@ -66,11 +66,26 @@
          libgtk-3-dev (>= 2.90.0),
          libcryptui0a (= ${binary:Version}),
          gir1.2-cryptui-0.0 (= ${binary:Version})
+Suggests: libcryptui-doc
 Description: UI library for OpenPGP prompts (development)
  CryptUI is a library to manage OpenPGP prompts on GUI applications.
  .
  This package contains the development files and documentation needed to
  build applications using the CryptUI library.
+
+Package: libcryptui-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Recommends: libgtk-3-doc
+Suggests: devhelp
+Breaks: libcryptui-dev (<< 3.2)
+Replaces: libcryptui-dev (<< 3.2)
+Description: UI library for OpenPGP prompts (documentation)
+ CryptUI is a library to manage OpenPGP prompts on GUI applications.
+ .
+ This package contains the HTML documentation and API reference for the
+ CryptUI library.
 
 Package: gir1.2-cryptui-0.0
 Architecture: any

Modified: desktop/unstable/libcryptui/debian/libcryptui-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libcryptui/debian/libcryptui-dev.install?rev=31562&op=diff
==============================================================================
--- desktop/unstable/libcryptui/debian/libcryptui-dev.install [utf-8] (original)
+++ desktop/unstable/libcryptui/debian/libcryptui-dev.install [utf-8] Sat Nov 19 00:30:59 2011
@@ -1,5 +1,4 @@
 usr/include
 usr/lib/*/*.so
 usr/lib/*/pkgconfig
-usr/share/gtk-doc
 usr/share/gir-1.0/CryptUI-0.0.gir

Added: desktop/unstable/libcryptui/debian/libcryptui-doc
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libcryptui/debian/libcryptui-doc?rev=31562&op=file
==============================================================================
--- desktop/unstable/libcryptui/debian/libcryptui-doc (added)
+++ desktop/unstable/libcryptui/debian/libcryptui-doc [utf-8] Sat Nov 19 00:30:59 2011
@@ -1,0 +1,1 @@
+usr/share/gtk-doc




More information about the pkg-gnome-commits mailing list