[Pkg-xfce-commits] r125 - desktop/trunk/dbh/debian

Simon Huggins huggie-guest@costa.debian.org
Sat, 21 May 2005 11:01:15 +0000


Author: huggie-guest
Date: 2005-05-21 11:01:15 +0000 (Sat, 21 May 2005)
New Revision: 125

Added:
   desktop/trunk/dbh/debian/changelog
   desktop/trunk/dbh/debian/control
   desktop/trunk/dbh/debian/copyright
   desktop/trunk/dbh/debian/libdbh1.0-1.install
   desktop/trunk/dbh/debian/libdbh1.0-dev.install
   desktop/trunk/dbh/debian/rules
Log:
Commit dbh stuff


Added: desktop/trunk/dbh/debian/changelog
===================================================================
--- desktop/trunk/dbh/debian/changelog	2005-05-20 17:27:08 UTC (rev 124)
+++ desktop/trunk/dbh/debian/changelog	2005-05-21 11:01:15 UTC (rev 125)
@@ -0,0 +1,34 @@
+dbh (1.0.22-1) unstable; urgency=low
+
+  * ML: New Upstream Release (Xfce 4.2.1)
+  * ML: debian/control: Added Maintainer/Uploaders fields
+
+ -- Martin Loschwitz <madkiss@debian.org>  Sat, 19 Mar 2005 13:02:00 +0100
+
+dbh (1.0.20-1) unstable; urgency=low
+
+  * New upstream version
+  * Removed Norbert Tretkowski from uploaders
+
+ -- Martin Loschwitz <madkiss@debian.org>  Fri, 19 Nov 2004 15:50:00 +0100
+
+dbh (1.0.15-1) unstable; urgency=low
+
+  * New upstream version
+  * debian/control: Changed Maintainer: E-Mail address
+  * New Co-Maintainer: Norbert Tretkowski.
+
+ -- Martin Loschwitz <madkiss@debian.org>  Sat, 30 Aug 2003 00:28:00 +0200
+
+dbh (1.0.14-1) unstable; urgency=low
+
+  * New upstream version
+  * debian/control: Changed Maintainer: E-Mail address
+
+ -- Martin Loschwitz <madkiss@debian.org>  Mon, 24 Mar 2003 19:38:00 +0100
+
+dbh (1.0.11-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #170988)
+
+ -- Martin Loschwitz <madkiss@madkiss.org>  Wed, 27 Nov 2002 20:09:12 +0100

Added: desktop/trunk/dbh/debian/control
===================================================================
--- desktop/trunk/dbh/debian/control	2005-05-20 17:27:08 UTC (rev 124)
+++ desktop/trunk/dbh/debian/control	2005-05-21 11:01:15 UTC (rev 125)
@@ -0,0 +1,28 @@
+Source: dbh
+Priority: optional
+Section: libs
+Maintainer: Debian Xfce Maintainers <pkg-xfce-devel@lists.alioth.debian.org>
+Uploaders: Martin Loschwitz <madkiss@debian.org>, Emanuele Rocca <ema@debian.org>, Simon Huggins <huggie@earth.li>
+Build-Depends: debhelper (>= 4.1.26), automake1.7
+Standards-Version: 3.6.1
+
+Package: libdbh1.0-dev
+Section: devel
+Architecture: any
+Depends: libdbh1.0-1 (= ${Source-Version})
+Provides: libdbh-dev
+Conflicts: libdbh-dev
+Description: Development files for libdbh1.0
+ This package contains the development files for the DBH library. DBH 
+ is a library to create Disk Based Hashtables on POSIX systems. For 
+ further details about Disk based hashtables, please have a look at
+ http://dbh.sourceforge.net/ where you can find a small FAQ.
+
+Package: libdbh1.0-1
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Creates disk based hashtables
+ DBH is a library to create Disk Based Hashtables on POSIX systems. For 
+ further details about Disk based hashtables, please have a look at
+ http://dbh.sourceforge.net/ where you can find a small FAQ.

Added: desktop/trunk/dbh/debian/copyright
===================================================================
--- desktop/trunk/dbh/debian/copyright	2005-05-20 17:27:08 UTC (rev 124)
+++ desktop/trunk/dbh/debian/copyright	2005-05-21 11:01:15 UTC (rev 125)
@@ -0,0 +1,25 @@
+This package was debianized by Martin Loschwitz <madkiss@madkiss.org> on
+Wed, 27 Nov 2002 20:09:12 +0100.
+
+You can fetch the dbh-library from http://dbh.sourceforge.net/.
+
+Upstream Author is Edscott Wilson Garcia <edscott@imp.mx>.
+
+Copyright:
+
+   This package is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; version 2 dated June, 1991.
+
+   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 General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this package; if not, write to the Free Software
+   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+   02111-1307, USA.
+
+On Debian systems, the complete text of the GNU General Public License 
+can be found in `/usr/share/common-licenses/GPL'.

Added: desktop/trunk/dbh/debian/libdbh1.0-1.install
===================================================================
--- desktop/trunk/dbh/debian/libdbh1.0-1.install	2005-05-20 17:27:08 UTC (rev 124)
+++ desktop/trunk/dbh/debian/libdbh1.0-1.install	2005-05-21 11:01:15 UTC (rev 125)
@@ -0,0 +1 @@
+usr/lib/lib*.so.*

Added: desktop/trunk/dbh/debian/libdbh1.0-dev.install
===================================================================
--- desktop/trunk/dbh/debian/libdbh1.0-dev.install	2005-05-20 17:27:08 UTC (rev 124)
+++ desktop/trunk/dbh/debian/libdbh1.0-dev.install	2005-05-21 11:01:15 UTC (rev 125)
@@ -0,0 +1,5 @@
+usr/include/*
+usr/lib/lib*.a
+usr/lib/lib*.so
+usr/lib/lib*.la
+usr/lib/pkgconfig/dbh-1.0.pc

Added: desktop/trunk/dbh/debian/rules
===================================================================
--- desktop/trunk/dbh/debian/rules	2005-05-20 17:27:08 UTC (rev 124)
+++ desktop/trunk/dbh/debian/rules	2005-05-21 11:01:15 UTC (rev 125)
@@ -0,0 +1,85 @@
+#!/usr/bin/make -f
+
+# This is the debhelper compatibility version to use.
+export DH_COMPAT=4
+
+# These are used for cross-compiling and for saving the configure script
+# from having to guess our platform (since we know it already)
+DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -g
+endif
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+	INSTALL_PROGRAM += -s
+endif
+
+configure: configure-stamp
+configure-stamp: 
+	
+	dh_testdir
+	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --disable-rpath
+	touch configure-stamp
+
+build: configure-stamp build-stamp
+build-stamp:
+	
+	dh_testdir
+	$(MAKE)
+	touch build-stamp
+
+clean:
+	
+	dh_testdir
+	dh_testroot
+	rm -f configure-stamp build-stamp 
+
+	-$(MAKE) distclean
+	-test -r /usr/share/misc/config.sub && \
+	  cp -f /usr/share/misc/config.sub config.sub
+	-test -r /usr/share/misc/config.guess && \
+	  cp -f /usr/share/misc/config.guess config.guess
+
+	dh_clean
+
+install: build
+	
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	$(MAKE) install DESTDIR=`pwd`/debian/tmp-install
+
+binary-indep: build install
+
+binary-arch: build install
+	
+	dh_testdir
+	dh_testroot
+	
+	dh_install --list-missing --sourcedir=`pwd`/debian/tmp-install
+	dh_installdocs
+
+	# fix pc file
+	cat debian/libdbh1.0-dev/usr/lib/pkgconfig/dbh-1.0.pc | sed 's/-Wl,-R\$${libdir} //g' >> debian/libdbh1.0-dev/usr/lib/pkgconfig/dbh-1.0.pc.new
+	mv debian/libdbh1.0-dev/usr/lib/pkgconfig/dbh-1.0.pc.new debian/libdbh1.0-dev/usr/lib/pkgconfig/dbh-1.0.pc
+
+	dh_installchangelogs ChangeLog
+	dh_strip
+	
+	dh_compress
+	dh_fixperms
+	
+	dh_makeshlibs
+	dh_installdeb
+	
+	dh_shlibdeps -l`pwd`/debian/libdbh1.0-1/usr/lib
+	dh_gencontrol
+	
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install 


Property changes on: desktop/trunk/dbh/debian/rules
___________________________________________________________________
Name: svn:executable
   + *