[Glibc-bsd-commits] r1877 - in trunk: . libvolume-id libvolume-id/debian

Aurelien Jarno aurel32 at alioth.debian.org
Mon Jan 15 23:29:40 CET 2007


Author: aurel32
Date: 2007-01-15 23:29:39 +0100 (Mon, 15 Jan 2007)
New Revision: 1877

Added:
   trunk/libvolume-id/
   trunk/libvolume-id/debian/
   trunk/libvolume-id/debian/changelog
   trunk/libvolume-id/debian/compat
   trunk/libvolume-id/debian/control
   trunk/libvolume-id/debian/copyright
   trunk/libvolume-id/debian/libvolume-id-dev.install
   trunk/libvolume-id/debian/libvolume-id0.install
   trunk/libvolume-id/debian/rules
Log:
Add libvolume-id, needed by hal. On GNU/Linux this library is provided by udev. 



Added: trunk/libvolume-id/debian/changelog
===================================================================
--- trunk/libvolume-id/debian/changelog	2007-01-15 14:34:00 UTC (rev 1876)
+++ trunk/libvolume-id/debian/changelog	2007-01-15 22:29:39 UTC (rev 1877)
@@ -0,0 +1,9 @@
+libvolume-id (0.71.0-1) unreleased; urgency=low
+
+  * Initial Release.
+
+ -- Aurelien Jarno <aurel32 at debian.org>  Mon, 15 Jan 2007 15:45:26 +0100
+
+Local variables:
+mode: debian-changelog
+End:

Added: trunk/libvolume-id/debian/compat
===================================================================
--- trunk/libvolume-id/debian/compat	2007-01-15 14:34:00 UTC (rev 1876)
+++ trunk/libvolume-id/debian/compat	2007-01-15 22:29:39 UTC (rev 1877)
@@ -0,0 +1 @@
+4

Added: trunk/libvolume-id/debian/control
===================================================================
--- trunk/libvolume-id/debian/control	2007-01-15 14:34:00 UTC (rev 1876)
+++ trunk/libvolume-id/debian/control	2007-01-15 22:29:39 UTC (rev 1877)
@@ -0,0 +1,25 @@
+Source: libvolume-id
+Section: libs
+Priority: optional
+Maintainer: GNU/kFreeBSD Maintainers <debian-bsd at lists.debian.org>
+Uploaders: Aurelien Jarno <aurel32 at debian.org>
+Build-Depends: debhelper (>> 4.0.0)
+Standards-Version: 3.7.2
+
+Package: libvolume-id0
+Section: libs
+Architecture: kfreebsd-i386 kfreebsd-amd64
+Depends: ${shlibs:Depends}
+Description: libvolume_id shared library
+ This library is used to detect the type of a file system and read its
+ metadata.
+
+Package: libvolume-id-dev
+Section: libdevel
+Architecture: kfreebsd-i386 kfreebsd-amd64
+Depends: ${shlibs:Depends}, libvolume-id0 (= ${Source-Version})
+Description: libvolume_id development headers
+ This package provides the static libraries and header files needed
+ to link programs with libvolume_id.
+
+

Added: trunk/libvolume-id/debian/copyright
===================================================================
--- trunk/libvolume-id/debian/copyright	2007-01-15 14:34:00 UTC (rev 1876)
+++ trunk/libvolume-id/debian/copyright	2007-01-15 22:29:39 UTC (rev 1877)
@@ -0,0 +1,24 @@
+This package was debianized by Aurelien Jarno <aurel32 at debian.org> on
+Mon, 15 Jan 2007 15:45:26 +0100.
+
+It was downloaded from http://www.marcuscom.com/downloads/
+
+Upstream Authors:
+ - Kay Sievers <kay.sievers at vrfy.org>
+ - Andre Masella <andre at masella.no-ip.org>
+ - W. Michael Petullo <mike at flyn.org>
+ - Tobias Klauser <tklauser at access.unizh.ch>
+
+Copyrights:
+ - Copyright (C) 2004-2006 Kay Sievers <kay.sievers at vrfy.org>
+ - Copyright (C) 2004 Andre Masella <andre at masella.no-ip.org>
+ - Copyright (C) 2005 W. Michael Petullo <mike at flyn.org>
+ - Copyright (C) 2005 Tobias Klauser <tklauser at access.unizh.ch>
+ - Copyright (C) 2006 Red Hat, Inc. <redhat.com>
+
+This program 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 of the License.
+
+On Debian GNU/Linux systems, the complete text of the GNU General Public
+can be found in `/usr/share/common-licenses/GPL-2'

Added: trunk/libvolume-id/debian/libvolume-id-dev.install
===================================================================
--- trunk/libvolume-id/debian/libvolume-id-dev.install	2007-01-15 14:34:00 UTC (rev 1876)
+++ trunk/libvolume-id/debian/libvolume-id-dev.install	2007-01-15 22:29:39 UTC (rev 1877)
@@ -0,0 +1,4 @@
+usr/include/*
+usr/lib/lib*.a
+usr/lib/lib*.so
+usr/lib/pkgconfig/*

Added: trunk/libvolume-id/debian/libvolume-id0.install
===================================================================
--- trunk/libvolume-id/debian/libvolume-id0.install	2007-01-15 14:34:00 UTC (rev 1876)
+++ trunk/libvolume-id/debian/libvolume-id0.install	2007-01-15 22:29:39 UTC (rev 1877)
@@ -0,0 +1 @@
+usr/lib/lib*.so.*

Added: trunk/libvolume-id/debian/rules
===================================================================
--- trunk/libvolume-id/debian/rules	2007-01-15 14:34:00 UTC (rev 1876)
+++ trunk/libvolume-id/debian/rules	2007-01-15 22:29:39 UTC (rev 1877)
@@ -0,0 +1,78 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# 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
+		
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(MAKE) CC=gcc E=echo RANLIB=ranlib AR=ar prefix=/usr Q=@
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+	-$(MAKE) clean E=echo Q=@
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	$(MAKE) install prefix=/usr DESTDIR=debian/tmp
+	
+	# Move all files in their corresponding package
+	dh_install -s --list-missing --sourcedir=debian/tmp
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+#	dh_installdebconf	
+	dh_installdocs
+	dh_installexamples
+	dh_installmenu
+#	dh_installlogrotate
+#	dh_installemacsen
+#	dh_installpam
+#	dh_installmime
+#	dh_installinit
+	dh_installcron
+	dh_installman
+	dh_installinfo
+	dh_installchangelogs 
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_makeshlibs -V
+	dh_installdeb
+#	dh_perl
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure


Property changes on: trunk/libvolume-id/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the Glibc-bsd-commits mailing list