r45325 - in /packages/libgtkdatabox/tags/0.9.1.3-1: ./ patches/ source/

tille at users.alioth.debian.org tille at users.alioth.debian.org
Sat Aug 18 20:40:39 UTC 2012


Author: tille
Date: Sat Aug 18 20:40:38 2012
New Revision: 45325

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45325
Log:
Tag upload to experimental because of freeze (note that packaging will be continued in Git)

Added:
    packages/libgtkdatabox/tags/0.9.1.3-1/
    packages/libgtkdatabox/tags/0.9.1.3-1/Makefile.testdatabox
    packages/libgtkdatabox/tags/0.9.1.3-1/changelog
    packages/libgtkdatabox/tags/0.9.1.3-1/compat
    packages/libgtkdatabox/tags/0.9.1.3-1/control
    packages/libgtkdatabox/tags/0.9.1.3-1/copyright
    packages/libgtkdatabox/tags/0.9.1.3-1/libgtkdatabox-0.9.1-3-dev.doc-base
    packages/libgtkdatabox/tags/0.9.1.3-1/libgtkdatabox-0.9.1-3.lintian-overrides
    packages/libgtkdatabox/tags/0.9.1.3-1/patches/
    packages/libgtkdatabox/tags/0.9.1.3-1/patches/01_libglage_example.patch
    packages/libgtkdatabox/tags/0.9.1.3-1/patches/03_deprecated_GTK.patch
    packages/libgtkdatabox/tags/0.9.1.3-1/patches/04_missing_includes.patch
    packages/libgtkdatabox/tags/0.9.1.3-1/patches/series
    packages/libgtkdatabox/tags/0.9.1.3-1/rules   (with props)
    packages/libgtkdatabox/tags/0.9.1.3-1/source/
    packages/libgtkdatabox/tags/0.9.1.3-1/source/format
    packages/libgtkdatabox/tags/0.9.1.3-1/watch

Added: packages/libgtkdatabox/tags/0.9.1.3-1/Makefile.testdatabox
URL: http://svn.debian.org/wsvn/debian-science/packages/libgtkdatabox/tags/0.9.1.3-1/Makefile.testdatabox?rev=45325&op=file
==============================================================================
--- packages/libgtkdatabox/tags/0.9.1.3-1/Makefile.testdatabox (added)
+++ packages/libgtkdatabox/tags/0.9.1.3-1/Makefile.testdatabox Sat Aug 18 20:40:38 2012
@@ -1,0 +1,11 @@
+# Makefile to compile the examples provided by libgtkdatabox-dev package
+# Andreas Tille <tille at debian.org>  Wed,  9 Apr 2003
+# GPL
+
+CFLAGS=-g -O2 -Wall -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED `pkg-config gtk+-2.0 --cflags`
+LDFLAGS=`pkg-config gtk+-2.0 --libs` -s -lgtkdatabox
+
+all: addremove basics basics2 basics_libglade colors enable_disable grid keycontrol lissajous logarithmic markers signals
+
+clean:
+	rm -rf *.o *~

Added: packages/libgtkdatabox/tags/0.9.1.3-1/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/libgtkdatabox/tags/0.9.1.3-1/changelog?rev=45325&op=file
==============================================================================
--- packages/libgtkdatabox/tags/0.9.1.3-1/changelog (added)
+++ packages/libgtkdatabox/tags/0.9.1.3-1/changelog Sat Aug 18 20:40:38 2012
@@ -1,0 +1,425 @@
+libgtkdatabox (1:0.9.1.3-1) experimental; urgency=low
+
+  * Upload to experimental because of freeze
+  * New upstream version
+     - Refreshed remaining patches
+     - Deleted 02_deprecated_GTK.patch which was applied upstream
+  * Incorporated patch from Ubuntu version below
+    Closes: #640004
+  * debian/README.source: removed because redundant
+  * debian/control:
+     - Standards-Version: 3.9.3
+     - Updated versioned package names
+     - Fixed Vcs fields
+     - Dropped Build-Depends cdbs, quilt
+     - Do not repeat Section field in binary packages if not
+       required by d-shlibs
+  * debhelper 9 (control+compat)
+  * debian/rules:
+     - cdbs -> dh
+     - enable building twice in a row by creating a copy of original
+       docs/reference which differs drastically from the doc created
+       in the build process
+     - implement some dh_install, dh_link calls directly in rules
+       instead of helper files to reduce the number of cases where
+       you need to change the package name due to version number
+       changes
+  * libgtkdatabox-0.9.1-3.lintian-overrides: Use override because the
+    symlink check seems to be a false positive here
+
+ -- Andreas Tille <tille at debian.org>  Wed, 11 Jul 2012 15:02:19 +0200
+
+libgtkdatabox (1:0.9.1.1-4ubuntu1) oneiric; urgency=low
+
+  * Undefined GDK_DISABLE_DEPRECATED to avoid warning: assignment makes
+    pointer from integer without a cast. Fix FTBFS on amd64. LP: #831147.
+
+ -- Matthias Klose <doko at ubuntu.com>  Thu, 01 Sep 2011 13:39:05 +0200
+
+libgtkdatabox (1:0.9.1.1-4) unstable; urgency=low
+
+  [Luk Claes]
+  * Don't ship .la files (Closes: #621640).
+  
+  [Andreas Tille]
+  * Standards-Version: 3.9.2 (no changes needed)
+  * Debhelper 8 (control + compat)
+  * debian/source/format: 3.0 (quilt)
+  * debian/control: Short descriptions without leading article
+
+ -- Andreas Tille <tille at debian.org>  Fri, 01 Jul 2011 21:54:11 +0200
+
+libgtkdatabox (1:0.9.1.1-3.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/patches/03_deprecated_GTK.patch:
+    - Get rid of more deprecated GTK functions (Closes: #622040).
+
+ -- Luca Falavigna <dktrkranz at debian.org>  Sat, 21 May 2011 12:39:18 +0200
+
+libgtkdatabox (1:0.9.1.1-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/patches/02_deprecated_GTK.patch:
+    - Replace deprecated GTK macro with related function (Closes: #577384).
+
+ -- Luca Falavigna <dktrkranz at debian.org>  Sat, 08 May 2010 14:19:31 +0200
+
+libgtkdatabox (1:0.9.1.1-3) unstable; urgency=low
+
+  * debian/control: added conflicts to older versions not
+    yet providing libgtkdatabox-libglade which really
+    Closes: #551424, #551423
+
+ -- Andreas Tille <tille at debian.org>  Thu, 22 Oct 2009 10:23:24 +0200
+
+libgtkdatabox (1:0.9.1.1-2) unstable; urgency=low
+
+  * debian/control:
+    Package: libgtkdatabox-*-libglade
+      Provides: libgtkdatabox-libglade
+      Conflicts: libgtkdatabox-libglade
+    Closes: #551424
+
+ -- Andreas Tille <tille at debian.org>  Sun, 18 Oct 2009 22:29:41 +0200
+
+libgtkdatabox (1:0.9.1.1-1) unstable; urgency=low
+
+  * New upstream version
+    Closes: #551264
+  * Teached debian/watch to scan new location (SF)
+  * debian/control:
+    - Standards-Version: 3.8.3 (added README.source)
+    - Updated Homepage field
+    - Update package name to new version
+    - debhelper 7
+  * debian/rules: Prevent compression of .devhelp files
+  
+
+ -- Andreas Tille <tille at debian.org>  Wed, 24 Jun 2009 15:10:33 +0200
+
+libgtkdatabox (1:0.9.0.1-2) unstable; urgency=low
+
+  * Glade support (thanks to Norbert BÉRCI <bercin at t-email.hu>)
+    Closes: #504166, #508830
+  * Use quilt to handle patches
+  * Added doc-base entry
+  * Do not use local copy of d-shlibs any more
+    Closes: #527481
+  * debian/copyright: put packaging under "same licence as
+    gtkdatabox itself
+  * debian/control:
+    - Standards-Version: 3.8.1 (no changes needed)
+    - Added missing ${misc:Depends} to libgtkdatabox-0.9.0-1-dev
+    - Versioned Depends from d-shlibs (>= 0.40)
+
+ -- Andreas Tille <tille at debian.org>  Fri, 08 May 2009 09:18:48 +0200
+
+libgtkdatabox (1:0.9.0.1-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Andreas Tille <tille at debian.org>  Wed, 10 Sep 2008 07:51:00 +0200
+
+libgtkdatabox (1:0.9.0.0-1) unstable; urgency=low
+
+  * New upstream version
+  * Group maintenance by Debian Science Team
+    - Maintainer set to Debian Science maintainer list
+    - Set former maintainers as Uploaders
+    - DM-Upload-Allowed: yes
+    - Vcs Fields
+  * Added Homepage field
+  * Standards-Version: 3.8.0 (no changes needed)
+  * Switch to cdbs because this enables very small rules files
+    and enable others quickly to work on the package
+  * Use d-shlibs to move files around which is a very good
+    idea for dynamic libraries
+
+ -- Andreas Tille <tille at debian.org>  Tue, 01 Jul 2008 14:51:57 +0200
+
+libgtkdatabox (1:0.8.2.2-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Ramakrishnan Muthukrishnan <rkrishnan at debian.org>  Mon, 21 Jan 2008 22:25:14 +0530
+
+libgtkdatabox (1:0.8.2.1-2) unstable; urgency=low
+
+  * debian/rules: First time when the package tries to do distclean, 
+  it fails as Makefiles are not present. So added checks for presence
+  of the Makefile.
+
+ -- Ramakrishnan Muthukrishnan <rkrishnan at debian.org>  Sat, 22 Dec 2007 08:22:14 +0530
+
+libgtkdatabox (1:0.8.2.1-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Ramakrishnan Muthukrishnan <rkrishnan at debian.org>  Fri, 21 Dec 2007 21:43:03 +0530
+
+libgtkdatabox (1:0.7.0.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * Updated maintainer email ID.
+  * Several misc changes in debian/control.
+  * Added shlibs file.
+  * made the package `lintian-clean'.
+
+ -- Ramakrishnan Muthukrishnan <rkrishnan at debian.org>  Sun, 01 Jul 2007 23:29:40 +0530
+
+libgtkdatabox (1:0.7.0.0-1) unstable; urgency=low
+
+  [ Ramakrishnan Muthukrishnan ]
+  * New upstream release (closes: #411726).
+  * New Maintainer.
+
+  [ Andreas Tille ]
+  * Upload
+
+ -- Andreas Tille <tille at debian.org>  Mon,  5 Mar 2007 08:51:37 +0100
+
+libgtkdatabox (1:0.6.0.0-2) unstable; urgency=low
+
+  * Include gtkdatabox.pc (Thanks to Ramakrishnan Muthukrishnan
+     <rkrishnan at symonds.net>)
+    Closes: #411724
+
+ -- Andreas Tille <tille at debian.org>  Tue, 20 Feb 2007 23:25:18 +0100
+
+libgtkdatabox (1:0.6.0.0-1) unstable; urgency=low
+
+  * New upstream version
+  * Removed general section libs in control file because it is
+    named in each package separately
+  * Standards-Version: 3.7.2 (no changes necessary)
+  * Debhelper >= 5
+  * Make usage of d-shlibmove (thanks to Junichi Uekawa for the
+    --override hint)
+
+ -- Andreas Tille <tille at debian.org>  Mon,  7 Aug 2006 06:20:44 +0200
+
+libgtkdatabox (1:0.2.4.7-2) unstable; urgency=low
+
+  * Added Depends libgtk2.0-dev to dev package
+    Closes: #314233
+
+ -- Andreas Tille <tille at debian.org>  Thu, 16 Jun 2005 08:11:41 +0200
+
+libgtkdatabox (1:0.2.4.7-1) unstable; urgency=low
+
+  * New upstream version
+    closes: #306927
+  * Added watch file
+  * Fixed homepage in copyright file
+  * Bumped Standards-Version to 3.6.1.1 (no changes necessary)
+
+ -- Andreas Tille <tille at debian.org>  Mon,  9 May 2005 13:22:46 +0200
+
+libgtkdatabox (1:0.2.3.0-2) unstable; urgency=low
+
+  * Rebuild with new automake, libtool which *hopefully*
+    closes: #190231
+  * Versioned Build-Depends against libgtk2.0-dev (>= 2.2.1-5) which *hopefully*
+    closes: #190038
+    according to a hint of Bill Allombert <allomber at math.u-bordeaux.fr>
+
+ -- Andreas Tille <tille at debian.org>  Tue, 20 May 2003 14:36:05 +0200
+
+libgtkdatabox (1:0.2.3.0-1) unstable; urgency=low
+
+  * The "I'm against war" release
+    Mankind must put an end to war before war puts an end to mankind.
+        -- John F. Kennedy
+  * New upstream version.
+  * Moved libgtkdatabox-dev to libdevel according to
+      http://lists.debian.org/debian-devel-announce/2003/debian-devel-announce-200303/msg00028.html
+  * Standards-Version: 3.5.9
+  * Build-Depends: libgtk2.0-dev
+    because Version 0.2.3.0 needs Gtk+2.0
+  * debian/compat now stores debhelper compatibility version
+  * Compliant to developers reference "6.3.2. Upstream home page"
+    XBCS-URL: http://www.eudoxos.de/gtk/gtkdatabox/
+  * New Makefile for examples.
+  * Replaced upstream config.{guess,sub} by the files from debian automake
+
+ -- Andreas Tille <tille at debian.org>  Wed,  9 Apr 2003 09:02:28 +0200
+
+libgtkdatabox (1:0.1.13.0-5woody) stable; urgency=low
+
+  * Only change is upload to woody-proposed-updates regarding to the
+    hint from Anthony Towns <aj at humbug.org.au> at
+     http://lists.debian.org/debian-devel-announce/2002/
+            debian-devel-announce-200206/msg00003.html
+    and in private mail to get this package ready for woody.
+  * Comment for users who might wonder why libgtkdatabox was not released
+    in Debian 3.0 (Woody): This package is as stable as the version from
+    Debian 2.2 (Potato) and was not really changed. The only reason for
+    keeping it out from Woody is that the name of the binary package has
+    to be changed near the freeze process which caused a delay in getting
+    it prepared right in time for technical reasons.
+  * It is assured that this version will be maintained over the life time
+    of woody in this shape.
+
+ -- Andreas Tille <tille at debian.org>  Mon, 29 Jul 2002 14:44:32 +0200
+
+libgtkdatabox (1:0.1.13.0-6) unstable; urgency=high
+
+  * The 'I hope this is the last upload for Woody' - Release
+  * urgency=high because it really fixes a RC bug
+    Closes: #143908
+  * This is *NOT A NEW PACKAGE*.  It was just renamed to ensure
+    smooth upgrade from potato (see BTS #143908) 
+  * Now renamed package regarding to the suggestion of 
+    Junichi Uekawa <dancer at netfort.gr.jp> properly
+  * Replaces: libgtkdatabox
+  * Make development package
+      Depends: libgtkdatabox-0.1.13-0 (= ${Source-Version})
+  * Many thanks to Junichi Uekawa <dancer at netfort.gr.jp>
+
+ -- Andreas Tille <tille at debian.org>  Fri, 26 Apr 2002 23:10:19 +0200
+
+libgtkdatabox (1:0.1.13-0-5) unstable; urgency=high
+
+  * urgency=high because it fixes a RC bug
+  * Changed versioning according to SONAME issues following the suggestions of
+      http://www.netfort.gr.jp/~dancer/column/libpkg-guide/
+    Replaces: libgtkdatabox 
+    Thanks to Junichi Uekawa <dancer at netfort.gr.jp>
+    Closes: #143908
+  * Use epoch to make this package a higher version than the old one
+    in woody.
+  * Used dh_installchangelogs sanely.
+  * Fixed spelling bug in description.
+  * Added
+       dh_makeshlibs -V 'libgtkdatabox (>= 0.1.3)'
+    to get versioned dependencies in programs linked against libgtkdatabox.
+
+ -- Andreas Tille <tille at debian.org>  Tue, 23 Apr 2002 20:51:59 +0200
+
+libgtkdatabox (0.1.13.0-4) unstable; urgency=low
+
+  * Fixes some Lintian bugs
+  * Standards-Version: 3.5.6
+
+ -- Andreas Tille <tille at debian.org>  Wed, 19 Dec 2001 07:29:46 +0100
+
+libgtkdatabox (0.1.13.0-3) unstable; urgency=low
+
+  * closes: #99371
+    by replacing old libtoolized files of upstream version
+
+ -- Andreas Tille <tille at debian.org>  Fri, 01 Jun 2001 14:41:00 +0200
+
+libgtkdatabox (0.1.13.0-2) unstable; urgency=low
+
+  * Changed section field to libs
+
+ -- Andreas Tille <tille at debian.org>  Thu, 31 May 2001 14:12:25 +0200
+
+libgtkdatabox (0.1.13.0-1) unstable; urgency=low
+
+  * New upstream version
+  * New Maintainer key
+  * switched to debhelper
+  * added build-depends
+
+ -- Andreas Tille <tille at debian.org>  Tue, 15 May 2001 16:01:12 +0200
+
+libgtkdatabox (0.1.12.3-1) unstable; urgency=low
+
+  * New upstream version (bugfixes only)
+
+ -- Andreas Tille <tillea at rki.de>  Fri, 29 Oct 1999 08:52:07 +0200
+
+libgtkdatabox (0.1.12.2-1) unstable; urgency=low
+
+  * New upstream version
+  * FHS
+
+ -- Andreas Tille <tillea at rki.de>  Mon, 19 Jul 1999 14:17:11 +0000
+
+libgtkdatabox (0.1.12.0-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Andreas Tille <tille at physik.uni-halle.de>  Tue, 25 May 1999 17:21:16 +0100
+
+libgtkdatabox (0.1.11.0-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Andreas Tille <tille at physik.uni-halle.de>  Mon, 29 Mar 1999 15:21:13 +0100
+
+libgtkdatabox (0.1.10.4-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Andreas Tille <tille at physik.uni-halle.de>  Mon, 15 Mar 1999 8:33:13 +0100
+
+libgtkdatabox (0.1.10.0-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Andreas Tille <tille at physik.uni-halle.de>  Tue, 9 Mar 1999 10:42:17 +0000
+
+libgtkdatabox (0.1.7.6-3) unstable; urgency=low
+
+  * corrected FTP source in copyright file
+
+ -- Andreas Tille <tille at physik.uni-halle.de>  Fri, 24 Feb 1999 14:42:17 +0000
+
+libgtkdatabox (0.1.7.6-2) unstable; urgency=low
+
+  * Fixes Bug#33708
+
+ -- Andreas Tille <tille at physik.uni-halle.de>  Tue, 23 Feb 1999 14:42:17 +0000
+
+libgtkdatabox (0.1.7.6-1) unstable; urgency=low
+
+  * new upstream version
+
+ -- Andreas Tille <tille at physik.uni-halle.de>  Thu, 11 Feb 1999 20:42:17 +0000
+
+libgtkdatabox (0.1.7.0-1) unstable; urgency=low
+
+  * new upstream version
+  * recompiled against GTK+1.1.13
+
+ -- Andreas Tille <tille at physik.uni-halle.de>  Thu, 27 Jan 1999 20:08:17 +0000
+
+libgtkdatabox (0.1.6.74-2) unstable; urgency=low
+
+  * recompiled against GTK+1.1.11
+
+ -- Andreas Tille <tille at physik.uni-halle.de>  Thu, 07 Jan 1999 10:42:17 +0000
+
+	     
+libgtkdatabox (0.1.6.74-1) unstable; urgency=low
+
+  * view changes in Makefile.am to make libtool build testdatabox
+
+ -- Andreas Tille <tille at physik.uni-halle.de>  Wed, 17 Dec 1998 13:42:13 +0000
+	     
+
+libgtkdatabox (0.1.6.74-1) unstable; urgency=low
+
+  * view changes in Makefile.am to make libtool build testdatabox
+
+ -- Andreas Tille <tille at physik.uni-halle.de>  Wed, 17 Dec 1998 13:42:13 +0000
+	     
+
+libgtkdatabox (0.1.6.73-2) unstable; urgency=low
+
+  * recompiled against GTK+1.1.7
+
+ -- Andreas Tille <tille at physik.uni-halle.de>  Wed, 16 Dec 1998 18:42:13 +0000
+	     
+libgtkdatabox (0.1.6.73-1) unstable; urgency=low
+
+  * GtkDatabox widget from Roland Bock <rbock at physik.uni-kiel.de>
+    I use it in paul and made public independently from it for
+    public use.
+
+ -- Andreas Tille <tille at physik.uni-halle.de>  Tue, 15 Dec 1998 19:21:43 +0000
+

Added: packages/libgtkdatabox/tags/0.9.1.3-1/compat
URL: http://svn.debian.org/wsvn/debian-science/packages/libgtkdatabox/tags/0.9.1.3-1/compat?rev=45325&op=file
==============================================================================
--- packages/libgtkdatabox/tags/0.9.1.3-1/compat (added)
+++ packages/libgtkdatabox/tags/0.9.1.3-1/compat Sat Aug 18 20:40:38 2012
@@ -1,0 +1,1 @@
+9

Added: packages/libgtkdatabox/tags/0.9.1.3-1/control
URL: http://svn.debian.org/wsvn/debian-science/packages/libgtkdatabox/tags/0.9.1.3-1/control?rev=45325&op=file
==============================================================================
--- packages/libgtkdatabox/tags/0.9.1.3-1/control (added)
+++ packages/libgtkdatabox/tags/0.9.1.3-1/control Sat Aug 18 20:40:38 2012
@@ -1,0 +1,102 @@
+Source: libgtkdatabox
+Section: libs
+Priority: extra
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+DM-Upload-Allowed: yes
+Uploaders: Ramakrishnan Muthukrishnan <rkrishnan at debian.org>,
+ Andreas Tille <tille at debian.org>
+Build-Depends: debhelper (>= 9), autotools-dev, d-shlibs (>= 0.40),
+ libgtk2.0-dev (>= 2.12.2), libcairo2-dev, libpango1.0-dev, gtk-doc-tools,
+ libglade2-dev, libgladeui-1-dev
+Standards-Version: 3.9.3
+Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/libgtkdatabox/trunk/
+Vcs-Svn: svn://svn.debian.org/debian-science/packages/libgtkdatabox/trunk/
+Homepage: http://sourceforge.net/projects/gtkdatabox
+
+Package: libgtkdatabox-0.9.1-3-dev
+Section: libdevel
+Architecture: any
+Provides: libgtkdatabox-dev
+Conflicts: libgtkdatabox-dev
+Depends: ${shlibs:Depends}, ${misc:Depends}, libgtkdatabox-0.9.1-3 (= ${binary:Version}),
+ libgtk2.0-dev
+Description: Gtk+ library to display large amounts of numerical data
+ One or more data sets of thousands of data points (X and Y coordinate) may be 
+ displayed and updated in split seconds. The widget is therfore used in many 
+ scientific and private projects that need to show quickly changing data live.
+ GtkDatabox offers the ability to zoom into and out of the data and to navigate
+ through your data by scrolling.
+ .
+ In addition to rulers and a simple coordinate cross, GtkDatabox now also allows
+ you to add one (or even more) configurable grids like on an oscilloscope.
+ .
+ Data may be presented as dots, lines connecting the data, or vertical bars. 
+ The widget allows you to easily transform pixel coordinates into data 
+ coordinates, thus allowing you to easily create powerful applications for 
+ data analysis. 
+ .
+ Development package
+
+Package: libgtkdatabox-0.9.1-3
+Section: libs
+Architecture: any
+Replaces: libgtkdatabox
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Gtk+ library to display large amounts of numerical data
+ One or more data sets of thousands of data points (X and Y coordinate) may be 
+ displayed and updated in split seconds. The widget is therfore used in many 
+ scientific and private projects that need to show quickly changing data live.
+ GtkDatabox offers the ability to zoom into and out of the data and to navigate
+ through your data by scrolling.
+ .
+ In addition to rulers and a simple coordinate cross, GtkDatabox now also allows
+ you to add one (or even more) configurable grids like on an oscilloscope.
+ .
+ Data may be presented as dots, lines connecting the data, or vertical bars. 
+ The widget allows you to easily transform pixel coordinates into data 
+ coordinates, thus allowing you to easily create powerful applications for 
+ data analysis. 
+
+Package: libgtkdatabox-0.9.1-3-glade
+Architecture: any
+Provides: libgtkdatabox-glade
+Conflicts: libgtkdatabox-glade, libgtkdatabox-0.9.0-1-glade
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Gtk+ library to display large amounts of numerical data
+ One or more data sets of thousands of data points (X and Y coordinate) may be 
+ displayed and updated in split seconds. The widget is therfore used in many 
+ scientific and private projects that need to show quickly changing data live.
+ GtkDatabox offers the ability to zoom into and out of the data and to navigate
+ through your data by scrolling.
+ .
+ In addition to rulers and a simple coordinate cross, GtkDatabox now also allows
+ you to add one (or even more) configurable grids like on an oscilloscope.
+ .
+ Data may be presented as dots, lines connecting the data, or vertical bars. 
+ The widget allows you to easily transform pixel coordinates into data 
+ coordinates, thus allowing you to easily create powerful applications for 
+ data analysis. 
+ .
+ Modules for GUI development with Glade3
+
+Package: libgtkdatabox-0.9.1-3-libglade
+Architecture: any
+Provides: libgtkdatabox-libglade
+Conflicts: libgtkdatabox-libglade, libgtkdatabox-0.9.0-1-libglade
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Gtk+ library to display large amounts of numerical data
+ One or more data sets of thousands of data points (X and Y coordinate) may be 
+ displayed and updated in split seconds. The widget is therfore used in many 
+ scientific and private projects that need to show quickly changing data live.
+ GtkDatabox offers the ability to zoom into and out of the data and to navigate
+ through your data by scrolling.
+ .
+ In addition to rulers and a simple coordinate cross, GtkDatabox now also allows
+ you to add one (or even more) configurable grids like on an oscilloscope.
+ .
+ Data may be presented as dots, lines connecting the data, or vertical bars. 
+ The widget allows you to easily transform pixel coordinates into data 
+ coordinates, thus allowing you to easily create powerful applications for 
+ data analysis. 
+ .
+ Libraries for run-time GUI loading with libglade

Added: packages/libgtkdatabox/tags/0.9.1.3-1/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/libgtkdatabox/tags/0.9.1.3-1/copyright?rev=45325&op=file
==============================================================================
--- packages/libgtkdatabox/tags/0.9.1.3-1/copyright (added)
+++ packages/libgtkdatabox/tags/0.9.1.3-1/copyright Sat Aug 18 20:40:38 2012
@@ -1,0 +1,21 @@
+This package was debianized by Ramakrishnan Muthukrishnan <rkrishnan at debian.org> on
+Fri, 21 Dec 2007 21:06:39 +0530.
+
+It was downloaded from http://sourceforge.net/projects/gtkdatabox
+
+Upstream Authors:
+    Dr. Roland Bock <rbock at eudoxos.de> 
+    Brian Phelps <lm317t at gmail.com>
+
+Copyright: 
+
+    Copyright (C) 1998 - 2007  Dr. Roland Bock
+
+License:
+
+    GNU Lesser General Public License version 2.1 or above.
+    See /usr/share/common-licenses/LGPL-2.1
+
+The Debian packaging is (C) 2007-2009, Ramakrishnan Muthukrishnan <rkrishnan at debian.org>
+and Andreas Tille <tille at debian.org> and is licensed under the same license as
+gtkdatabox itself.

Added: packages/libgtkdatabox/tags/0.9.1.3-1/libgtkdatabox-0.9.1-3-dev.doc-base
URL: http://svn.debian.org/wsvn/debian-science/packages/libgtkdatabox/tags/0.9.1.3-1/libgtkdatabox-0.9.1-3-dev.doc-base?rev=45325&op=file
==============================================================================
--- packages/libgtkdatabox/tags/0.9.1.3-1/libgtkdatabox-0.9.1-3-dev.doc-base (added)
+++ packages/libgtkdatabox/tags/0.9.1.3-1/libgtkdatabox-0.9.1-3-dev.doc-base Sat Aug 18 20:40:38 2012
@@ -1,0 +1,22 @@
+Document: libgtkdatabox-dev
+Title: Programmers reference for libgtkdatabox
+Author: Dr. Roland Bock
+Abstract: A Gtk+ library to display large amounts of numerical data
+ One or more data sets of thousands of data points (X and Y coordinate) may be
+ displayed and updated in split seconds. The widget is therfore used in many
+ scientific and private projects that need to show quickly changing data live.
+ GtkDatabox offers the ability to zoom into and out of the data and to navigate
+ through your data by scrolling.
+ .
+ In addition to rulers and a simple coordinate cross, GtkDatabox now also allows
+ you to add one (or even more) configurable grids like on an oscilloscope.
+ .
+ Data may be presented as dots, lines connecting the data, or vertical bars.
+ The widget allows you to easily transform pixel coordinates into data
+ coordinates, thus allowing you to easily create powerful applications for
+ data analysis.
+Section: Science/Data Analysis
+
+Format: html
+Index: /usr/share/doc/libgtkdatabox-0.9.1-3-dev/html
+Files: /usr/share/doc/libgtkdatabox-0.9.1-3-dev/html/*

Added: packages/libgtkdatabox/tags/0.9.1.3-1/libgtkdatabox-0.9.1-3.lintian-overrides
URL: http://svn.debian.org/wsvn/debian-science/packages/libgtkdatabox/tags/0.9.1.3-1/libgtkdatabox-0.9.1-3.lintian-overrides?rev=45325&op=file
==============================================================================
--- packages/libgtkdatabox/tags/0.9.1.3-1/libgtkdatabox-0.9.1-3.lintian-overrides (added)
+++ packages/libgtkdatabox/tags/0.9.1.3-1/libgtkdatabox-0.9.1-3.lintian-overrides Sat Aug 18 20:40:38 2012
@@ -1,0 +1,3 @@
+# The needed link is provided but without the version number (just as it was created by the build process)
+libgtkdatabox-0.9.1-3: dev-pkg-without-shlib-symlink usr/lib/libgtkdatabox-0.9.1.so.3.0.0 usr/lib/libgtkdatabox-0.9.1.so
+

Added: packages/libgtkdatabox/tags/0.9.1.3-1/patches/01_libglage_example.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/libgtkdatabox/tags/0.9.1.3-1/patches/01_libglage_example.patch?rev=45325&op=file
==============================================================================
--- packages/libgtkdatabox/tags/0.9.1.3-1/patches/01_libglage_example.patch (added)
+++ packages/libgtkdatabox/tags/0.9.1.3-1/patches/01_libglage_example.patch Sat Aug 18 20:40:38 2012
@@ -1,0 +1,39 @@
+--- gtkdatabox-0.9.1.3.orig/examples/basics_libglade.c
++++ gtkdatabox-0.9.1.3/examples/basics_libglade.c
+@@ -29,19 +29,13 @@
+ #include <gtkdatabox_cross_simple.h>
+ #include <math.h>
+ 
+-#include <config.h>
+-
+-#ifdef USE_LIBGLADE
+ #include <glade/glade.h>
+-#endif
+ 
+ #define POINTS 2000
+ #define STEPS 50
+ #define BARS 25
+ #define MARKER 10
+ 
+-#ifdef USE_LIBGLADE
+-
+ /*----------------------------------------------------------------
+  *  databox basics
+  *----------------------------------------------------------------*/
+@@ -207,16 +201,3 @@
+ 
+    return 0;
+ }
+-
+-#else /* USE_LIBGLADE */
+-
+-/* Build some dummy program if libglade is not used. */
+-gint
+-main ()
+-{
+-   g_printf
+-      ("This program does nothing useful unless you call the configure script with --enable-libglade\n");
+-   return 0;
+-}
+-
+-#endif /* USE_LIBGLADE */

Added: packages/libgtkdatabox/tags/0.9.1.3-1/patches/03_deprecated_GTK.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/libgtkdatabox/tags/0.9.1.3-1/patches/03_deprecated_GTK.patch?rev=45325&op=file
==============================================================================
--- packages/libgtkdatabox/tags/0.9.1.3-1/patches/03_deprecated_GTK.patch (added)
+++ packages/libgtkdatabox/tags/0.9.1.3-1/patches/03_deprecated_GTK.patch Sat Aug 18 20:40:38 2012
@@ -1,0 +1,165 @@
+--- gtkdatabox-0.9.1.3.orig/examples/addremove.c
++++ gtkdatabox-0.9.1.3/examples/addremove.c
+@@ -203,7 +203,7 @@
+    g_signal_connect_swapped (GTK_OBJECT (close_button), "clicked",
+ 			     G_CALLBACK (gtk_main_quit), GTK_OBJECT (box));
+    gtk_box_pack_start (GTK_BOX (box2), close_button, TRUE, TRUE, 0);
+-   GTK_WIDGET_SET_FLAGS (close_button, GTK_CAN_DEFAULT);
++   gtk_widget_set_can_default(close_button, GTK_CAN_DEFAULT);
+    gtk_widget_grab_default (close_button);
+ 
+    gtk_widget_show_all (window);
+--- gtkdatabox-0.9.1.3.orig/examples/basics.c
++++ gtkdatabox-0.9.1.3/examples/basics.c
+@@ -113,7 +113,7 @@
+    g_signal_connect_swapped (GTK_OBJECT (close_button), "clicked",
+ 			     G_CALLBACK (gtk_main_quit), GTK_OBJECT (box));
+    gtk_box_pack_start (GTK_BOX (vbox), close_button, FALSE, FALSE, 0);
+-   GTK_WIDGET_SET_FLAGS (close_button, GTK_CAN_DEFAULT);
++   gtk_widget_set_can_default(close_button, GTK_CAN_DEFAULT);
+    gtk_widget_grab_default (close_button);
+    gtk_widget_grab_focus (close_button);
+ 
+--- gtkdatabox-0.9.1.3.orig/examples/basics2.c
++++ gtkdatabox-0.9.1.3/examples/basics2.c
+@@ -225,7 +225,7 @@
+    g_signal_connect_swapped (GTK_OBJECT (close_button), "clicked",
+ 			     G_CALLBACK (gtk_main_quit), GTK_OBJECT (box));
+    gtk_box_pack_start (GTK_BOX (vbox), close_button, FALSE, FALSE, 0);
+-   GTK_WIDGET_SET_FLAGS (close_button, GTK_CAN_DEFAULT);
++   gtk_widget_set_can_default(close_button, GTK_CAN_DEFAULT);
+    gtk_widget_grab_default (close_button);
+    gtk_widget_grab_focus (close_button);
+ 
+--- gtkdatabox-0.9.1.3.orig/examples/colors.c
++++ gtkdatabox-0.9.1.3/examples/colors.c
+@@ -194,7 +194,7 @@
+    g_signal_connect (G_OBJECT (close_button), "clicked",
+ 		     G_CALLBACK (gtk_main_quit), (gpointer) NULL);
+    gtk_box_pack_start (GTK_BOX (box2), close_button, TRUE, TRUE, 0);
+-   GTK_WIDGET_SET_FLAGS (close_button, GTK_CAN_DEFAULT);
++   gtk_widget_set_can_default(close_button, GTK_CAN_DEFAULT);
+    gtk_widget_grab_default (close_button);
+ 
+ 
+--- gtkdatabox-0.9.1.3.orig/examples/enable_disable.c
++++ gtkdatabox-0.9.1.3/examples/enable_disable.c
+@@ -145,7 +145,7 @@
+    g_signal_connect_swapped (GTK_OBJECT (close_button), "clicked",
+ 			     G_CALLBACK (gtk_main_quit), GTK_OBJECT (box));
+    gtk_box_pack_start (GTK_BOX (box2), close_button, TRUE, TRUE, 0);
+-   GTK_WIDGET_SET_FLAGS (close_button, GTK_CAN_DEFAULT);
++   gtk_widget_set_can_default(close_button, GTK_CAN_DEFAULT);
+    for (i = 0; i < noEnableSets; ++i)
+    {
+       GtkWidget *vbox = gtk_vbox_new (FALSE, 10);
+--- gtkdatabox-0.9.1.3.orig/examples/grid.c
++++ gtkdatabox-0.9.1.3/examples/grid.c
+@@ -133,7 +133,7 @@
+ 			     G_CALLBACK (gtk_main_quit),
+ 			     GTK_OBJECT (box));
+    gtk_box_pack_start (GTK_BOX (box2), close_button, TRUE, TRUE, 0);
+-   GTK_WIDGET_SET_FLAGS (close_button, GTK_CAN_DEFAULT);
++   gtk_widget_set_can_default(close_button, GTK_CAN_DEFAULT);
+    gtk_widget_grab_default (close_button);
+ 
+    gtk_widget_show_all (window);
+--- gtkdatabox-0.9.1.3.orig/examples/grid_array.c
++++ gtkdatabox-0.9.1.3/examples/grid_array.c
+@@ -134,7 +134,7 @@
+ 			     G_CALLBACK (gtk_main_quit),
+ 			     GTK_OBJECT (box));
+    gtk_box_pack_start (GTK_BOX (box2), close_button, TRUE, TRUE, 0);
+-   GTK_WIDGET_SET_FLAGS (close_button, GTK_CAN_DEFAULT);
++   gtk_widget_set_can_default(close_button, GTK_CAN_DEFAULT);
+    gtk_widget_grab_default (close_button);
+ 
+    gtk_widget_show_all (window);
+--- gtkdatabox-0.9.1.3.orig/examples/keycontrol.c
++++ gtkdatabox-0.9.1.3/examples/keycontrol.c
+@@ -133,7 +133,8 @@
+    gtk_databox_create_box_with_scrollbars_and_rulers (&box, &table,
+ 						      TRUE, TRUE, TRUE, TRUE);
+    gtk_widget_add_events (box, GDK_KEY_PRESS_MASK);
+-   GTK_WIDGET_SET_FLAGS (box, GTK_CAN_FOCUS | GTK_CAN_DEFAULT);
++   gtk_widget_set_can_focus(box, GTK_CAN_FOCUS);
++   gtk_widget_set_can_default(box, GTK_CAN_DEFAULT);
+ 
+    gtk_box_pack_start (GTK_BOX (box1), table, TRUE, TRUE, 0);
+ 
+--- gtkdatabox-0.9.1.3.orig/examples/lissajous.c
++++ gtkdatabox-0.9.1.3/examples/lissajous.c
+@@ -154,7 +154,7 @@
+ 			     G_CALLBACK (gtk_main_quit), G_OBJECT (box));
+ 
+    gtk_box_pack_start (GTK_BOX (box2), close_button, TRUE, TRUE, 0);
+-   GTK_WIDGET_SET_FLAGS (close_button, GTK_CAN_DEFAULT);
++   gtk_widget_set_can_default(close_button, GTK_CAN_DEFAULT);
+    gtk_widget_grab_default (close_button);
+    lissajous_idle = g_idle_add ((GSourceFunc) lissajous_idle_func, box);
+ 
+--- gtkdatabox-0.9.1.3.orig/examples/logarithmic.c
++++ gtkdatabox-0.9.1.3/examples/logarithmic.c
+@@ -207,7 +207,7 @@
+    g_signal_connect (GTK_OBJECT (close_button), "clicked",
+ 		     G_CALLBACK (gtk_main_quit), NULL);
+    gtk_box_pack_start (GTK_BOX (vbox), close_button, FALSE, FALSE, 0);
+-   GTK_WIDGET_SET_FLAGS (close_button, GTK_CAN_DEFAULT);
++   gtk_widget_set_can_default(close_button, GTK_CAN_DEFAULT);
+    gtk_widget_grab_default (close_button);
+    gtk_widget_grab_focus (close_button);
+ 
+--- gtkdatabox-0.9.1.3.orig/examples/markers.c
++++ gtkdatabox-0.9.1.3/examples/markers.c
+@@ -220,7 +220,7 @@
+    g_signal_connect_swapped (GTK_OBJECT (close_button), "clicked",
+ 			     G_CALLBACK (gtk_main_quit), GTK_OBJECT (box));
+    gtk_box_pack_start (GTK_BOX (box2), close_button, TRUE, TRUE, 0);
+-   GTK_WIDGET_SET_FLAGS (close_button, GTK_CAN_DEFAULT);
++   gtk_widget_set_can_default(close_button, GTK_CAN_DEFAULT);
+    gtk_widget_grab_default (close_button);
+ 
+    gtk_widget_show_all (window);
+--- gtkdatabox-0.9.1.3.orig/examples/signals.c
++++ gtkdatabox-0.9.1.3/examples/signals.c
+@@ -287,7 +287,7 @@
+    g_signal_connect_swapped (G_OBJECT (close_button), "clicked",
+ 			     G_CALLBACK (gtk_main_quit), G_OBJECT (box));
+    gtk_box_pack_start (GTK_BOX (box2), close_button, TRUE, TRUE, 0);
+-   GTK_WIDGET_SET_FLAGS (close_button, GTK_CAN_DEFAULT);
++   gtk_widget_set_can_default(close_button, GTK_CAN_DEFAULT);
+    gtk_widget_grab_default (close_button);
+ 
+    g_signal_connect (G_OBJECT (box), "zoomed",
+--- gtkdatabox-0.9.1.3.orig/gtk/gtkdatabox.c
++++ gtkdatabox-0.9.1.3/gtk/gtkdatabox.c
+@@ -457,7 +457,8 @@
+       gint width;
+       gint height;
+ 
+-      gdk_drawable_get_size (widget->window, &width, &height);
++      width = gdk_window_get_width(widget->window);
++      height = gdk_window_get_height(widget->window);
+       x = MAX (0, MIN (width - 1, x));
+       y = MAX (0, MIN (height - 1, y));
+ 
+@@ -591,7 +592,7 @@
+    gint attributes_mask;
+ 
+    box = GTK_DATABOX (widget);
+-   GTK_WIDGET_SET_FLAGS (box, GTK_REALIZED);
++   gtk_widget_set_realized(box, GTK_REALIZED);
+ 
+    attributes.window_type = GDK_WINDOW_CHILD;
+    attributes.x = widget->allocation.x;
+--- gtkdatabox-0.9.1.3.orig/gtk/gtkdatabox_ruler.c
++++ gtkdatabox-0.9.1.3/gtk/gtkdatabox_ruler.c
+@@ -842,7 +842,7 @@
+    gint attributes_mask;
+ 
+    ruler = GTK_DATABOX_RULER (widget);
+-   GTK_WIDGET_SET_FLAGS (ruler, GTK_REALIZED);
++   gtk_widget_set_realized(ruler, GTK_REALIZED);
+ 
+    attributes.window_type = GDK_WINDOW_CHILD;
+    attributes.x = widget->allocation.x;

Added: packages/libgtkdatabox/tags/0.9.1.3-1/patches/04_missing_includes.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/libgtkdatabox/tags/0.9.1.3-1/patches/04_missing_includes.patch?rev=45325&op=file
==============================================================================
--- packages/libgtkdatabox/tags/0.9.1.3-1/patches/04_missing_includes.patch (added)
+++ packages/libgtkdatabox/tags/0.9.1.3-1/patches/04_missing_includes.patch Sat Aug 18 20:40:38 2012
@@ -1,0 +1,31 @@
+Author:  Matthias Klose <doko at ubuntu.com>
+Date: Thu, 1 Sep 2011 13:03:19 UTC
+Bug-Debian: http://bugs.debian.org/640004
+Description: Add missing function prototype definition
+
+--- gtkdatabox-0.9.1.3.orig/gtk/gtkdatabox_graph.c
++++ gtkdatabox-0.9.1.3/gtk/gtkdatabox_graph.c
+@@ -17,6 +17,10 @@
+  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+  */
+ 
++// avoid warning: assignment makes pointer from integer without a cast
++#undef GDK_DISABLE_DEPRECATED
++#include <gdk/gdk.h>
++
+ #include <gtkdatabox_graph.h>
+ #include <gtk/gtkstyle.h>
+ #include <gtk/gtkgc.h>
+--- gtkdatabox-0.9.1.3.orig/gtk/gtkdatabox_markers.c
++++ gtkdatabox-0.9.1.3/gtk/gtkdatabox_markers.c
+@@ -17,6 +17,10 @@
+  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+  */
+ 
++// avoid warning: assignment makes pointer from integer without a cast
++#undef GDK_DISABLE_DEPRECATED
++#include <gdk/gdk.h>
++
+ #include <gtkdatabox_markers.h>
+ #include <pango/pango.h>
+ 

Added: packages/libgtkdatabox/tags/0.9.1.3-1/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/libgtkdatabox/tags/0.9.1.3-1/patches/series?rev=45325&op=file
==============================================================================
--- packages/libgtkdatabox/tags/0.9.1.3-1/patches/series (added)
+++ packages/libgtkdatabox/tags/0.9.1.3-1/patches/series Sat Aug 18 20:40:38 2012
@@ -1,0 +1,3 @@
+01_libglage_example.patch
+03_deprecated_GTK.patch
+04_missing_includes.patch

Added: packages/libgtkdatabox/tags/0.9.1.3-1/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/libgtkdatabox/tags/0.9.1.3-1/rules?rev=45325&op=file
==============================================================================
--- packages/libgtkdatabox/tags/0.9.1.3-1/rules (added)
+++ packages/libgtkdatabox/tags/0.9.1.3-1/rules Sat Aug 18 20:40:38 2012
@@ -1,0 +1,72 @@
+#!/usr/bin/make -f
+# rules file for gtkdatabox using dh
+# Andreas Tille <tille at debian.org>
+# License: GPL
+
+# Uncomment this to turn on verbose mode.
+export DH_VERBOSE=1
+
+pkg := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p')
+devpkg := $(shell grep -- "-dev" debian/control | sed -n 's/^Package: //p' | head -n 1)
+gladepkg := $(shell grep -- "-glade" debian/control | sed -n 's/^Package: //p' | head -n 1)
+libglade := $(shell grep -- "-libglade" debian/control | sed -n 's/^Package: //p' | head -n 1)
+ver  := $(shell dpkg-parsechangelog | grep '^Version:' | sed 's/^Version: [0-9]\+:\(.*\)\.[0-9]-[0-9]/\1/')
+
+arch := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+
+%:
+	dh $@ --with autotools_dev
+
+DEB_INSTALL_DOCS_ALL := AUTHORS README
+
+DEB_CONFIGURE_EXTRA_FLAGS += \
+			--enable-libglade \
+			--enable-glade \
+			--enable-gtk-doc
+
+override_dh_auto_configure:
+	cp -a docs/reference docs/reference.orig
+	dh_auto_configure -- $(DEB_CONFIGURE_EXTRA_FLAGS)
+
+override_dh_compress:
+	dh_compress --exclude=.devhelp
+
+override_dh_install:
+	dh_install
+	# Do not use debian/$(devpkg).examples as debhelper input because
+	# you always have to adapt the file name when a new version pops up
+	mkdir -p debian/$(devpkg)/usr/share/doc/$(devpkg)/examples
+	cp -a examples/*.[ch] examples/*.glade debian/$(devpkg)/usr/share/doc/$(devpkg)/examples
+	cp -a debian/Makefile.testdatabox debian/$(devpkg)/usr/share/doc/$(devpkg)/examples/Makefile
+	# Same here for the other binary packages to avoid renaming
+	dh_install -p$(gladepkg) usr/share/glade3/catalogs/gtkdatabox.xml
+	dh_install -p$(gladepkg) usr/lib/glade3/modules/libgladedatabox.*
+	dh_install -p$(libglade) usr/lib/libglade/2.0/libdatabox.*
+
+	# Call d-shlibmove to comply with library packaging guide
+	d-devlibdeps debian/$(devpkg).substvars \
+	             debian/tmp/usr/lib/*/$(pkg).so
+
+	d-shlibmove --commit \
+		    --movedev "debian/tmp/usr/include" usr \
+		    --movedev "debian/tmp/usr/lib/*/pkgconfig" usr/share \
+		    --movedev "debian/tmp/usr/share/gtk-doc/html/gtkdatabox/*" usr/share/doc/$(devpkg)/html \
+		    debian/tmp/usr/lib/*/$(pkg).so
+	rm `find debian -name '*.la'`
+
+override_dh_installdocs:
+	dh_installdocs $(DEB_INSTALL_DOCS_ALL)
+
+override_dh_auto_clean:
+	dh_auto_clean
+	if [ -d docs/reference.orig ] ; then \
+	    rm -rf docs/reference ; \
+	    mv docs/reference.orig docs/reference ; \
+	fi
+
+override_dh_link:
+	dh_link
+	dh_link -p$(devpkg) usr/share/doc/$(devpkg)/html usr/share/gtk-doc/html/gtkdatabox
+
+get-orig-source:
+	uscan --verbose --force-download

Propchange: packages/libgtkdatabox/tags/0.9.1.3-1/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/libgtkdatabox/tags/0.9.1.3-1/source/format
URL: http://svn.debian.org/wsvn/debian-science/packages/libgtkdatabox/tags/0.9.1.3-1/source/format?rev=45325&op=file
==============================================================================
--- packages/libgtkdatabox/tags/0.9.1.3-1/source/format (added)
+++ packages/libgtkdatabox/tags/0.9.1.3-1/source/format Sat Aug 18 20:40:38 2012
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: packages/libgtkdatabox/tags/0.9.1.3-1/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/libgtkdatabox/tags/0.9.1.3-1/watch?rev=45325&op=file
==============================================================================
--- packages/libgtkdatabox/tags/0.9.1.3-1/watch (added)
+++ packages/libgtkdatabox/tags/0.9.1.3-1/watch Sat Aug 18 20:40:38 2012
@@ -1,0 +1,3 @@
+version=3
+
+http://sf.net/gtkdatabox/gtkdatabox-(.*)\.tar\.gz




More information about the debian-science-commits mailing list