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

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Jan 23 00:24:38 UTC 2011


Author: pochu
Date: Sun Jan 23 00:24:22 2011
New Revision: 26385

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26385
Log:
* New upstream release.
  + debian/control.in:
    - gnome-themes-standard is now arch:any.
    - Update build dependencies.
  + debian/rules:
    - Switch to CDBS.
    - Don't install .la files, thanks.

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=26385&op=diff
==============================================================================
--- desktop/experimental/gnome-themes-standard/debian/changelog [utf-8] (original)
+++ desktop/experimental/gnome-themes-standard/debian/changelog [utf-8] Sun Jan 23 00:24:22 2011
@@ -1,3 +1,15 @@
+gnome-themes-standard (2.91.6-1) experimental; urgency=low
+
+  * New upstream release.
+    + debian/control.in:
+      - gnome-themes-standard is now arch:any.
+      - Update build dependencies.
+    + debian/rules:
+      - Switch to CDBS.
+      - Don't install .la files, thanks.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Sun, 23 Jan 2011 00:20:57 +0000
+
 gnome-themes-standard (2.91.5-1) experimental; urgency=low
 
   * New upstream release.

Modified: desktop/experimental/gnome-themes-standard/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-themes-standard/debian/control?rev=26385&op=diff
==============================================================================
--- desktop/experimental/gnome-themes-standard/debian/control [utf-8] (original)
+++ desktop/experimental/gnome-themes-standard/debian/control [utf-8] Sun Jan 23 00:24:22 2011
@@ -12,11 +12,13 @@
 Build-Depends: debhelper (>= 8),
                gnome-pkg-tools (>= 0.10),
                cdbs (>= 0.4.41),
-               intltool (>= 0.40.0)
+               intltool (>= 0.40.0),
+               libgtk3.0-dev (>= 2.99.1)
 
 Package: gnome-themes-standard
-Architecture: all
+Architecture: any
 Depends: ${misc:Depends},
+         ${shlibs:Depends},
          gtk-theme-engine-clearlooks
 Description: Standard gnome themes
  This package contains a set of standard gnome themes

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=26385&op=diff
==============================================================================
--- desktop/experimental/gnome-themes-standard/debian/control.in [utf-8] (original)
+++ desktop/experimental/gnome-themes-standard/debian/control.in [utf-8] Sun Jan 23 00:24:22 2011
@@ -7,11 +7,13 @@
 Build-Depends: debhelper (>= 8),
                gnome-pkg-tools (>= 0.10),
                cdbs (>= 0.4.41),
-               intltool (>= 0.40.0)
+               intltool (>= 0.40.0),
+               libgtk3.0-dev (>= 2.99.1)
 
 Package: gnome-themes-standard
-Architecture: all
+Architecture: any
 Depends: ${misc:Depends},
+         ${shlibs:Depends},
          gtk-theme-engine-clearlooks
 Description: Standard gnome themes
  This package contains a set of standard gnome themes

Modified: desktop/experimental/gnome-themes-standard/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-themes-standard/debian/rules?rev=26385&op=diff
==============================================================================
--- desktop/experimental/gnome-themes-standard/debian/rules [utf-8] (original)
+++ desktop/experimental/gnome-themes-standard/debian/rules [utf-8] Sun Jan 23 00:24:22 2011
@@ -1,7 +1,10 @@
 #!/usr/bin/make -f
 
-%:
-	dh $@
-
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/class/gnome.mk
 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::
+	rm debian/gnome-themes-standard/usr/lib/gtk-3.0/theming-engines/libadwaita.la




More information about the pkg-gnome-commits mailing list