r36306 - in /desktop/experimental/gnome-themes-standard/debian: changelog control control.in rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sat Nov 17 14:29:24 UTC 2012


Author: joss
Date: Sat Nov 17 14:29:23 2012
New Revision: 36306

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=36306
Log:
* Split out gnome-accessibility-themes to fullfill the old dependencies.
  (Closes: #661471)
* Capitalize "GNOME" in package description. [lintian]
* Split out gnome-themes-standard-data for arch-indep files. [lintian]
* Add multi-arch support.
  - Bump B-Deps debhelper (>= 8.1.3), cdbs (>= 0.4.93~).
  - d/rules: Add DEB_CONFIGURE_EXTRA_FLAGS.
  - Declare M-A: same for gnome-themes-standard; M-A: foreign for
    gnome-themes-standard-data & gnome-accessibility-themes.
* New upstream release.
* Only recommend gnome-accessibility-themes. The metapackages will be 
  in charge of the Depends.
* Build-depend on libgtk2.0-dev.
* Install GTK2 engine.
* Stop removing .la files, we don’t list them in *.install anyway.

Modified:
    desktop/experimental/gnome-themes-standard/debian/changelog
    desktop/experimental/gnome-themes-standard/debian/control
    desktop/experimental/gnome-themes-standard/debian/control.in
    desktop/experimental/gnome-themes-standard/debian/rules

Modified: desktop/experimental/gnome-themes-standard/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-themes-standard/debian/changelog?rev=36306&op=diff
==============================================================================
--- desktop/experimental/gnome-themes-standard/debian/changelog [utf-8] (original)
+++ desktop/experimental/gnome-themes-standard/debian/changelog [utf-8] Sat Nov 17 14:29:23 2012
@@ -1,10 +1,29 @@
-gnome-themes-standard (3.6.1-1) UNRELEASED; urgency=low
+gnome-themes-standard (3.6.2-1) UNRELEASED; urgency=low
 
   [ Sjoerd Simons ]
   * Recommend gtk2-engines-pixbuf instead of gtk2-engines. Closes: #691691
 
   [ Michael Biebl ]
   * New upstream release.
+
+  [ Theppitak Karoonboonyanan ]
+  * Split out gnome-accessibility-themes to fullfill the old dependencies.
+    (Closes: #661471)
+  * Capitalize "GNOME" in package description. [lintian]
+  * Split out gnome-themes-standard-data for arch-indep files. [lintian]
+  * Add multi-arch support.
+    - Bump B-Deps debhelper (>= 8.1.3), cdbs (>= 0.4.93~).
+    - d/rules: Add DEB_CONFIGURE_EXTRA_FLAGS.
+    - Declare M-A: same for gnome-themes-standard; M-A: foreign for
+      gnome-themes-standard-data & gnome-accessibility-themes.
+
+  [ Josselin Mouette ]
+  * New upstream release.
+  * Only recommend gnome-accessibility-themes. The metapackages will be 
+    in charge of the Depends.
+  * Build-depend on libgtk2.0-dev.
+  * Install GTK2 engine.
+  * Stop removing .la files, we don’t list them in *.install anyway.
 
  -- Michael Biebl <biebl at debian.org>  Sun, 28 Oct 2012 21:08:43 +0100
 

Modified: desktop/experimental/gnome-themes-standard/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-themes-standard/debian/control?rev=36306&op=diff
==============================================================================
--- desktop/experimental/gnome-themes-standard/debian/control [utf-8] (original)
+++ desktop/experimental/gnome-themes-standard/debian/control [utf-8] Sat Nov 17 14:29:23 2012
@@ -9,13 +9,14 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
 Standards-Version: 3.9.3
-Build-Depends: debhelper (>= 8),
+Build-Depends: debhelper (>= 8.1.3),
                gnome-pkg-tools (>= 0.10),
-               cdbs (>= 0.4.41),
+               cdbs (>= 0.4.93~),
                dh-autoreconf,
                intltool (>= 0.40.0),
                libgtk-3-dev (>= 3.5.17),
                libgtk-3-bin,
+               libgtk2.0-dev,
                libcairo2-dev,
                libgdk-pixbuf2.0-dev,
                libglib2.0-dev,
@@ -25,10 +26,34 @@
 
 Package: gnome-themes-standard
 Architecture: any
-Depends: ${misc:Depends},
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: gnome-themes-standard-data (= ${source:Version}),
+         ${misc:Depends},
          ${shlibs:Depends}
-Recommends: gtk2-engines-pixbuf
-Replaces: gnome-accessibility-themes (<< 3.0)
+Recommends: gtk2-engines-pixbuf,
+            gnome-accessibility-themes
 Breaks: libmutter0 (<< 3.2), libgtk2.0-0 (<< 2.24.13)
-Description: Standard gnome themes
- This package contains a set of standard gnome themes
+Description: Standard GNOME themes
+ This package contains a set of standard GNOME themes.
+
+Package: gnome-themes-standard-data
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Replaces: gnome-themes-standard (<< 3.4.2-2.1)
+Breaks: gnome-themes-standard (<< 3.4.2-2.1)
+Description: Data files for GNOME standard themes
+ This package contains data files for standard themes for the GNOME
+ desktop environment.
+
+Package: gnome-accessibility-themes
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Replaces: gnome-themes-standard (<< 3.4.2-2.1)
+Breaks: gnome-themes-standard (<< 3.4.2-2.1)
+Description: Accessibility themes for the GNOME desktop
+ This package contains some high accessibility themes for the GNOME
+ desktop environment, designed for the visually impaired.
+

Modified: desktop/experimental/gnome-themes-standard/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-themes-standard/debian/control.in?rev=36306&op=diff
==============================================================================
--- desktop/experimental/gnome-themes-standard/debian/control.in [utf-8] (original)
+++ desktop/experimental/gnome-themes-standard/debian/control.in [utf-8] Sat Nov 17 14:29:23 2012
@@ -4,13 +4,14 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
 Standards-Version: 3.9.3
-Build-Depends: debhelper (>= 8),
+Build-Depends: debhelper (>= 8.1.3),
                gnome-pkg-tools (>= 0.10),
-               cdbs (>= 0.4.41),
+               cdbs (>= 0.4.93~),
                dh-autoreconf,
                intltool (>= 0.40.0),
                libgtk-3-dev (>= 3.5.17),
                libgtk-3-bin,
+               libgtk2.0-dev,
                libcairo2-dev,
                libgdk-pixbuf2.0-dev,
                libglib2.0-dev,
@@ -20,10 +21,34 @@
 
 Package: gnome-themes-standard
 Architecture: any
-Depends: ${misc:Depends},
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: gnome-themes-standard-data (= ${source:Version}),
+         ${misc:Depends},
          ${shlibs:Depends}
-Recommends: gtk2-engines-pixbuf
-Replaces: gnome-accessibility-themes (<< 3.0)
+Recommends: gtk2-engines-pixbuf,
+            gnome-accessibility-themes
 Breaks: libmutter0 (<< 3.2), libgtk2.0-0 (<< 2.24.13)
-Description: Standard gnome themes
- This package contains a set of standard gnome themes
+Description: Standard GNOME themes
+ This package contains a set of standard GNOME themes.
+
+Package: gnome-themes-standard-data
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Replaces: gnome-themes-standard (<< 3.4.2-2.1)
+Breaks: gnome-themes-standard (<< 3.4.2-2.1)
+Description: Data files for GNOME standard themes
+ This package contains data files for standard themes for the GNOME
+ desktop environment.
+
+Package: gnome-accessibility-themes
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Replaces: gnome-themes-standard (<< 3.4.2-2.1)
+Breaks: gnome-themes-standard (<< 3.4.2-2.1)
+Description: Accessibility themes for the GNOME desktop
+ This package contains some high accessibility themes for the GNOME
+ desktop environment, designed for the visually impaired.
+

Modified: desktop/experimental/gnome-themes-standard/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-themes-standard/debian/rules?rev=36306&op=diff
==============================================================================
--- desktop/experimental/gnome-themes-standard/debian/rules [utf-8] (original)
+++ desktop/experimental/gnome-themes-standard/debian/rules [utf-8] Sat Nov 17 14:29:23 2012
@@ -7,5 +7,4 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-binary-install/gnome-themes-standard::
-	find debian/$(cdbs_curpkg) -name '*.la' -delete
+DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)




More information about the pkg-gnome-commits mailing list