r45706 - in /packages/unstable/gsound/debian: control control.in copyright libgsound-dev.install

ah at users.alioth.debian.org ah at users.alioth.debian.org
Wed Aug 19 18:01:35 UTC 2015


Author: ah
Date: Wed Aug 19 18:01:35 2015
New Revision: 45706

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45706
Log:
wrap-and-sort

Modified:
    packages/unstable/gsound/debian/control
    packages/unstable/gsound/debian/control.in
    packages/unstable/gsound/debian/copyright
    packages/unstable/gsound/debian/libgsound-dev.install

Modified: packages/unstable/gsound/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gsound/debian/control?rev=45706&op=diff
==============================================================================
--- packages/unstable/gsound/debian/control	[utf-8] (original)
+++ packages/unstable/gsound/debian/control	[utf-8] Wed Aug 19 18:01:35 2015
@@ -9,12 +9,12 @@
 Uploaders: Andreas Henriksson <andreas at fatal.se>
 Build-Depends: debhelper (>= 9),
                gnome-pkg-tools,
+               intltool (>= 0.50.1),
+               libcanberra-dev,
+               libgirepository1.0-dev,
+               libglib2.0-dev (>= 2.36),
                pkg-config (>= 0.22),
-               intltool (>= 0.50.1),
-               libglib2.0-dev (>= 2.36),
-               libcanberra-dev,
-               valac,
-               libgirepository1.0-dev
+               valac
 Standards-Version: 3.9.6
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/gsound
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gsound
@@ -22,8 +22,7 @@
 
 Package: gsound
 Architecture: any
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: small library for playing system sounds
  GSound is a small library for playing system sounds. It's designed to
  be used via GObject Introspection, and is a thin wrapper around the
@@ -31,8 +30,7 @@
 
 Package: libgsound0
 Architecture: any
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: small library for playing system sounds
  GSound is a small library for playing system sounds. It's designed to
  be used via GObject Introspection, and is a thin wrapper around the
@@ -41,10 +39,10 @@
 Package: libgsound-dev
 Architecture: any
 Section: libdevel
-Depends: ${shlibs:Depends},
+Depends: libcanberra-dev,
+         libgsound0 (= ${binary:Version}),
          ${misc:Depends},
-         libcanberra-dev,
-         libgsound0 (= ${binary:Version})
+         ${shlibs:Depends}
 Description: small library for playing system sounds
  GSound is a small library for playing system sounds. It's designed to
  be used via GObject Introspection, and is a thin wrapper around the
@@ -53,8 +51,7 @@
 Package: libgsound-doc
 Architecture: all
 Section: doc
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: small library for playing system sounds
  GSound is a small library for playing system sounds. It's designed to
  be used via GObject Introspection, and is a thin wrapper around the
@@ -63,9 +60,8 @@
 Package: gir1.2-gsound-1.0
 Architecture: any
 Section: introspection
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: small library for playing system sounds
  GSound is a small library for playing system sounds. It's designed to
  be used via GObject Introspection, and is a thin wrapper around the
  libcanberra C library.
-

Modified: packages/unstable/gsound/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gsound/debian/control.in?rev=45706&op=diff
==============================================================================
--- packages/unstable/gsound/debian/control.in	[utf-8] (original)
+++ packages/unstable/gsound/debian/control.in	[utf-8] Wed Aug 19 18:01:35 2015
@@ -5,12 +5,12 @@
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 9),
                gnome-pkg-tools,
+               intltool (>= 0.50.1),
+               libcanberra-dev,
+               libgirepository1.0-dev,
+               libglib2.0-dev (>= 2.36),
                pkg-config (>= 0.22),
-               intltool (>= 0.50.1),
-               libglib2.0-dev (>= 2.36),
-               libcanberra-dev,
-               valac,
-               libgirepository1.0-dev
+               valac
 Standards-Version: 3.9.6
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/gsound
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gsound
@@ -18,8 +18,7 @@
 
 Package: gsound
 Architecture: any
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: small library for playing system sounds
  GSound is a small library for playing system sounds. It's designed to
  be used via GObject Introspection, and is a thin wrapper around the
@@ -27,8 +26,7 @@
 
 Package: libgsound0
 Architecture: any
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: small library for playing system sounds
  GSound is a small library for playing system sounds. It's designed to
  be used via GObject Introspection, and is a thin wrapper around the
@@ -37,10 +35,10 @@
 Package: libgsound-dev
 Architecture: any
 Section: libdevel
-Depends: ${shlibs:Depends},
+Depends: libcanberra-dev,
+         libgsound0 (= ${binary:Version}),
          ${misc:Depends},
-         libcanberra-dev,
-         libgsound0 (= ${binary:Version})
+         ${shlibs:Depends}
 Description: small library for playing system sounds
  GSound is a small library for playing system sounds. It's designed to
  be used via GObject Introspection, and is a thin wrapper around the
@@ -49,8 +47,7 @@
 Package: libgsound-doc
 Architecture: all
 Section: doc
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: small library for playing system sounds
  GSound is a small library for playing system sounds. It's designed to
  be used via GObject Introspection, and is a thin wrapper around the
@@ -59,9 +56,8 @@
 Package: gir1.2-gsound-1.0
 Architecture: any
 Section: introspection
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: small library for playing system sounds
  GSound is a small library for playing system sounds. It's designed to
  be used via GObject Introspection, and is a thin wrapper around the
  libcanberra C library.
-

Modified: packages/unstable/gsound/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gsound/debian/copyright?rev=45706&op=diff
==============================================================================
--- packages/unstable/gsound/debian/copyright	[utf-8] (original)
+++ packages/unstable/gsound/debian/copyright	[utf-8] Wed Aug 19 18:01:35 2015
@@ -26,5 +26,3 @@
  .
  On Debian systems, the complete text of the GNU Lesser General
  Public License can be found in `/usr/share/common-licenses/LGPL-2'.
-
-

Modified: packages/unstable/gsound/debian/libgsound-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gsound/debian/libgsound-dev.install?rev=45706&op=diff
==============================================================================
--- packages/unstable/gsound/debian/libgsound-dev.install	[utf-8] (original)
+++ packages/unstable/gsound/debian/libgsound-dev.install	[utf-8] Wed Aug 19 18:01:35 2015
@@ -3,5 +3,5 @@
 usr/lib/*/libgsound.so
 usr/lib/*/pkgconfig/gsound.pc
 usr/share/gir-1.0/GSound-1.0.gir
+usr/share/vala/vapi/gsound.deps
 usr/share/vala/vapi/gsound.vapi
-usr/share/vala/vapi/gsound.deps




More information about the pkg-gnome-commits mailing list