r36223 - in /desktop/experimental/libsecret/debian: changelog control control.in rules

ricotz-guest at users.alioth.debian.org ricotz-guest at users.alioth.debian.org
Fri Nov 2 21:28:57 UTC 2012


Author: ricotz-guest
Date: Fri Nov  2 21:28:57 2012
New Revision: 36223

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=36223
Log:
Add missing multiarch annotations

Modified:
    desktop/experimental/libsecret/debian/changelog
    desktop/experimental/libsecret/debian/control
    desktop/experimental/libsecret/debian/control.in
    desktop/experimental/libsecret/debian/rules

Modified: desktop/experimental/libsecret/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libsecret/debian/changelog?rev=36223&op=diff
==============================================================================
--- desktop/experimental/libsecret/debian/changelog [utf-8] (original)
+++ desktop/experimental/libsecret/debian/changelog [utf-8] Fri Nov  2 21:28:57 2012
@@ -1,3 +1,10 @@
+libsecret (0.11-2) experimental; urgency=low
+
+  * debian/control:
+    - Add multiarch annotations and pre-depends
+
+ -- Rico Tzschichholz <ricotz at ubuntu.com>  Fri, 02 Nov 2012 22:27:19 +0100
+
 libsecret (0.11-1) experimental; urgency=low
 
   * New upstrema release

Modified: desktop/experimental/libsecret/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libsecret/debian/control?rev=36223&op=diff
==============================================================================
--- desktop/experimental/libsecret/debian/control [utf-8] (original)
+++ desktop/experimental/libsecret/debian/control [utf-8] Fri Nov  2 21:28:57 2012
@@ -30,6 +30,7 @@
          gir1.2-secret-1 (= ${binary:Version}),
          libglib2.0-dev,
          ${misc:Depends}
+Pre-Depends: dpkg (>= 1.15.6)
 Description: Secret store (development files)
  Library for storing and retrieving passwords and other secrets.
  It communicates with the "Secret Service" using DBus.
@@ -39,10 +40,11 @@
 Package: libsecret-1-0
 Section: libs
 Architecture: any
-Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends},
          ${shlibs:Depends},
          libsecret-common
+Pre-Depends: dpkg (>= 1.15.6), ${misc:Pre-Depends}
+Multi-Arch: same
 Description: Secret store
  Library for storing and retrieving passwords and other secrets.
  It communicates with the "Secret Service" using DBus.
@@ -51,6 +53,8 @@
 Section: libs
 Architecture: all
 Depends: ${misc:Depends}
+Pre-Depends: dpkg (>= 1.15.6)
+Multi-Arch: foreign
 Description: Secret store (common files)
  Library for storing and retrieving passwords and other secrets.
  It communicates with the "Secret Service" using DBus.
@@ -62,6 +66,8 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends}
+Pre-Depends: dpkg (>= 1.15.6)
+Multi-Arch: foreign
 Description: Tools for accessing secret store
  Provides tools for accessing the secret store.
 

Modified: desktop/experimental/libsecret/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libsecret/debian/control.in?rev=36223&op=diff
==============================================================================
--- desktop/experimental/libsecret/debian/control.in [utf-8] (original)
+++ desktop/experimental/libsecret/debian/control.in [utf-8] Fri Nov  2 21:28:57 2012
@@ -25,6 +25,7 @@
          gir1.2-secret-1 (= ${binary:Version}),
          libglib2.0-dev,
          ${misc:Depends}
+Pre-Depends: dpkg (>= 1.15.6)
 Description: Secret store (development files)
  Library for storing and retrieving passwords and other secrets.
  It communicates with the "Secret Service" using DBus.
@@ -34,10 +35,11 @@
 Package: libsecret-1-0
 Section: libs
 Architecture: any
-Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends},
          ${shlibs:Depends},
          libsecret-common
+Pre-Depends: dpkg (>= 1.15.6), ${misc:Pre-Depends}
+Multi-Arch: same
 Description: Secret store
  Library for storing and retrieving passwords and other secrets.
  It communicates with the "Secret Service" using DBus.
@@ -46,6 +48,8 @@
 Section: libs
 Architecture: all
 Depends: ${misc:Depends}
+Pre-Depends: dpkg (>= 1.15.6)
+Multi-Arch: foreign
 Description: Secret store (common files)
  Library for storing and retrieving passwords and other secrets.
  It communicates with the "Secret Service" using DBus.
@@ -57,6 +61,8 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends}
+Pre-Depends: dpkg (>= 1.15.6)
+Multi-Arch: foreign
 Description: Tools for accessing secret store
  Provides tools for accessing the secret store.
 

Modified: desktop/experimental/libsecret/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libsecret/debian/rules?rev=36223&op=diff
==============================================================================
--- desktop/experimental/libsecret/debian/rules [utf-8] (original)
+++ desktop/experimental/libsecret/debian/rules [utf-8] Fri Nov  2 21:28:57 2012
@@ -9,7 +9,7 @@
 
 %:
 	dh $@ --with autoreconf,gir
-	
+
 override_dh_install:
 	find debian/tmp/usr/lib -name *.la -delete
 	dh_install --fail-missing




More information about the pkg-gnome-commits mailing list