r13493 - in /packages/unstable/genius/debian: README.Source changelog control control.in rules

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Mon Nov 19 13:04:54 UTC 2007


Author: slomo
Date: Mon Nov 19 13:04:54 2007
New Revision: 13493

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13493
Log:
* New upstream release.
* debian/control.in:
  + Bump Gtk build dependency to >= 2.4.0.
* debian/rules:
  + Use configure flags to disable building of stuff we don't want to ship
    instead of deleting it by hand.
* debian/README.Source:
  + Deleted as the tarball is now DFSG free.

Removed:
    packages/unstable/genius/debian/README.Source
Modified:
    packages/unstable/genius/debian/changelog
    packages/unstable/genius/debian/control
    packages/unstable/genius/debian/control.in
    packages/unstable/genius/debian/rules

Modified: packages/unstable/genius/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/genius/debian/changelog?rev=13493&op=diff
==============================================================================
--- packages/unstable/genius/debian/changelog (original)
+++ packages/unstable/genius/debian/changelog Mon Nov 19 13:04:54 2007
@@ -1,3 +1,16 @@
+genius (1.0.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control.in:
+    + Bump Gtk build dependency to >= 2.4.0.
+  * debian/rules:
+    + Use configure flags to disable building of stuff we don't want to ship
+      instead of deleting it by hand.
+  * debian/README.Source:
+    + Deleted as the tarball is now DFSG free.
+
+ -- Sebastian Dröge <slomo at debian.org>  Mon, 19 Nov 2007 13:59:24 +0100
+
 genius (1.0.0+dfsg1-1) unstable; urgency=low
 
   * Initial version (Closes: #448407).

Modified: packages/unstable/genius/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/genius/debian/control?rev=13493&op=diff
==============================================================================
--- packages/unstable/genius/debian/control (original)
+++ packages/unstable/genius/debian/control Mon Nov 19 13:04:54 2007
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Sebastian Dröge <slomo at debian.org>
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Build-Depends: cdbs, debhelper (>= 5), autotools-dev, gnome-pkg-tools, libxml-parser-perl, libvte-dev (>= 0.8.19), libgnomeui-dev (>= 2.0.0), libglade2-dev (>= 1.99.2), libgnome2-dev (>= 2.0.0), libgtk2.0-dev (>= 2.0.0), libglib2.0-dev (>= 2.0.0), libgtksourceview-dev (>= 0.3.0), flex, bison, libncurses5-dev, libreadline5-dev, libgmp3-dev, libmpfr-dev (>= 2.0.0), libpopt-dev, scrollkeeper
+Build-Depends: cdbs, debhelper (>= 5), autotools-dev, gnome-pkg-tools, libxml-parser-perl, libvte-dev (>= 0.8.19), libgnomeui-dev (>= 2.0.0), libglade2-dev (>= 1.99.2), libgnome2-dev (>= 2.0.0), libgtk2.0-dev (>= 2.4.0), libglib2.0-dev (>= 2.0.0), libgtksourceview-dev (>= 0.3.0), flex, bison, libncurses5-dev, libreadline5-dev, libgmp3-dev, libmpfr-dev (>= 2.0.0), libpopt-dev, scrollkeeper
 Homepage: http://www.5z.com/jirka/genius.html
 Standards-Version: 3.7.2
 

Modified: packages/unstable/genius/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/genius/debian/control.in?rev=13493&op=diff
==============================================================================
--- packages/unstable/genius/debian/control.in (original)
+++ packages/unstable/genius/debian/control.in Mon Nov 19 13:04:54 2007
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Sebastian Dröge <slomo at debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: cdbs, debhelper (>= 5), autotools-dev, gnome-pkg-tools, libxml-parser-perl, libvte-dev (>= 0.8.19), libgnomeui-dev (>= 2.0.0), libglade2-dev (>= 1.99.2), libgnome2-dev (>= 2.0.0), libgtk2.0-dev (>= 2.0.0), libglib2.0-dev (>= 2.0.0), libgtksourceview-dev (>= 0.3.0), flex, bison, libncurses5-dev, libreadline5-dev, libgmp3-dev, libmpfr-dev (>= 2.0.0), libpopt-dev, scrollkeeper
+Build-Depends: cdbs, debhelper (>= 5), autotools-dev, gnome-pkg-tools, libxml-parser-perl, libvte-dev (>= 0.8.19), libgnomeui-dev (>= 2.0.0), libglade2-dev (>= 1.99.2), libgnome2-dev (>= 2.0.0), libgtk2.0-dev (>= 2.4.0), libglib2.0-dev (>= 2.0.0), libgtksourceview-dev (>= 0.3.0), flex, bison, libncurses5-dev, libreadline5-dev, libgmp3-dev, libmpfr-dev (>= 2.0.0), libpopt-dev, scrollkeeper
 Homepage: http://www.5z.com/jirka/genius.html
 Standards-Version: 3.7.2
 

Modified: packages/unstable/genius/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/genius/debian/rules?rev=13493&op=diff
==============================================================================
--- packages/unstable/genius/debian/rules (original)
+++ packages/unstable/genius/debian/rules Mon Nov 19 13:04:54 2007
@@ -7,23 +7,13 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 include /usr/share/cdbs/1/rules/utils.mk
 
+DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --disable-update-mimedb --disable-static
+
 common-binary-post-install:: list-missing
 
 binary-post-install/genius::
 	# clean up stuff that shouldn't be shipped
 	
-	# MIME stuff
-	rm -rf debian/tmp/usr/share/mime/text \
-	       debian/tmp/usr/share/mime/magic \
-	       debian/tmp/usr/share/mime/XMLnamespaces \
-	       debian/tmp/usr/share/mime/mime.cache \
-	       debian/tmp/usr/share/mime/aliases \
-	       debian/tmp/usr/share/mime/subclasses \
-	       debian/tmp/usr/share/mime/globs
-
-	# scrollkeeper stuff
-	rm -rf debian/tmp/var/scrollkeeper
-
 	# static libraries
 	rm -rf debian/tmp/usr/lib/genius/*.a
 




More information about the pkg-gnome-commits mailing list