--- libgetdata-0.7.1.orig/debian/watch +++ libgetdata-0.7.1/debian/watch @@ -0,0 +1,5 @@ +# Compulsory line, this is a version 3 file +version=3 + +# Uncomment to find new files on sourceforge, for devscripts >= 2.9 +http://sf.net/getdata/getdata-(.*)\.tar\.gz --- libgetdata-0.7.1.orig/debian/docs +++ libgetdata-0.7.1/debian/docs @@ -0,0 +1,3 @@ +NEWS +README +TODO --- libgetdata-0.7.1.orig/debian/rules +++ libgetdata-0.7.1/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ --- libgetdata-0.7.1.orig/debian/compat +++ libgetdata-0.7.1/debian/compat @@ -0,0 +1 @@ +7 --- libgetdata-0.7.1.orig/debian/copyright +++ libgetdata-0.7.1/debian/copyright @@ -0,0 +1,57 @@ +This work was packaged for Debian by: + + Steven Benton on Fri, 07 May 2010 18:01:01 -0400 + +It was downloaded from: + + http://getdata.sourceforge.net/ + +Upstream Author(s): + + D. V. Wiebe + C. B. Netterfield + Ted Kisner + Eli Fidler + Matthew Truch + Joseph Fowler + George Staikos + Adam Treat + Andrew Walker + +Copyright: + + Copyright (C) 2002-2005 C. Barth Netterfield + Copyright (C) 2003-2005 Theodore Kisner + Copyright (C) 2005-2010 D. V. Wiebe + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. + +The Debian packaging is: + + Copyright (C) 2010 Steven Benton + +you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +Documnentation: + The Dirfile Standards and documentation for GetData are available for + distribution under the terms of the GNU Free Documentation License. --- libgetdata-0.7.1.orig/debian/libgetdata-util.install +++ libgetdata-0.7.1/debian/libgetdata-util.install @@ -0,0 +1,2 @@ +usr/bin/* +usr/share/man/man1/* --- libgetdata-0.7.1.orig/debian/libgetdata.install +++ libgetdata-0.7.1/debian/libgetdata.install @@ -0,0 +1 @@ +usr/lib/lib*.so.* --- libgetdata-0.7.1.orig/debian/libgetdata-dev.install +++ libgetdata-0.7.1/debian/libgetdata-dev.install @@ -0,0 +1,8 @@ +usr/include/* +usr/lib/lib*.a +usr/lib/lib*.so +usr/lib/pkgconfig/* +usr/lib/*.la +usr/share/man/man3/* +usr/share/man/man5/* +usr/share/doc/getdata/* usr/share/doc/libgetdata --- libgetdata-0.7.1.orig/debian/changelog +++ libgetdata-0.7.1/debian/changelog @@ -0,0 +1,34 @@ +libgetdata (0.7.1) lucid; urgency=low + + * new upstream release + * repackaged again as not debian-native (I must be doing something wrong) + * packaged python bindings in libgetdata-python + + -- Steven Benton Wed, 22 Dec 2010 09:45:24 +1300 + +libgetdata (0.7.0) lucid; urgency=low + + * new upstream release + * repackaged as not debian-native (it shouldn't be, and wasn't originally) + * removed sonumber from library package, since nobody will run old getdata + * added new dirfile2ascii to -util, along with manpages + + -- Steven Benton Wed, 24 Nov 2010 11:09:59 +1300 + +libgetdata (0.6.3ppa2) lucid; urgency=low + + * added utility programs in new libgetdata-util package + + -- Steven Benton Sat, 20 Nov 2010 10:26:09 +1300 + +libgetdata (0.6.3ppa1) jaunty; urgency=low + + * fix licensing terms: LGPL 2.1 is different from LGPL 2 + + -- Steven Benton Fri, 07 May 2010 18:38:57 -0400 + +libgetdata (0.6.3ppa0-1) jaunty; urgency=low + + * Initial release and debianization + + -- Steven Benton Fri, 07 May 2010 18:38:57 -0400 --- libgetdata-0.7.1.orig/debian/libgetdata-python.install +++ libgetdata-0.7.1/debian/libgetdata-python.install @@ -0,0 +1 @@ +/usr/lib/python2.6/* --- libgetdata-0.7.1.orig/debian/control +++ libgetdata-0.7.1/debian/control @@ -0,0 +1,49 @@ +Source: libgetdata +Priority: extra +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Steven Benton +Build-Depends: debhelper (>= 7), autotools-dev, python-numpy, python-dev +Standards-Version: 3.8.3 +Section: libs +Homepage: http://getdata.sourceforge.net/ + +Package: libgetdata-dev +Section: libdevel +Architecture: any +Depends: libgetdata (= ${binary:Version}) +Description: library for reading and writing dirfile data - development files + The GetData Project is the reference implementation of the Dirfile Standards, + a filesystem-based, column-oriented database format for time-ordered binary + data. The Dirfile database format is designed to provide a fast, simple format + for storing and reading data. + +Package: libgetdata +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: library for reading and writing dirfile data + The GetData Project is the reference implementation of the Dirfile Standards, + a filesystem-based, column-oriented database format for time-ordered binary + data. The Dirfile database format is designed to provide a fast, simple format + for storing and reading data. + +Package: libgetdata-util +Section: libs +Architecture: any +Depends: libgetdata (= ${binary:Version}) +Description: library for reading and writing dirfile data - utility programs + The GetData Project is the reference implementation of the Dirfile Standards, + a filesystem-based, column-oriented database format for time-ordered binary + data. The Dirfile database format is designed to provide a fast, simple format + for storing and reading data. + +Package: libgetdata-python +Section: libs +Architecture: any +Depends: libgetdata (= ${binary:Version}), python-numpy +Description: library for reading and writing dirfile data - python bindings + The GetData Project is the reference implementation of the Dirfile Standards, + a filesystem-based, column-oriented database format for time-ordered binary + data. The Dirfile database format is designed to provide a fast, simple format + for storing and reading data. +