[med-svn] r2199 - in trunk/packages/io-lib/trunk: . debian

plessy at alioth.debian.org plessy at alioth.debian.org
Tue Jul 8 10:58:52 UTC 2008


Author: plessy
Date: 2008-07-08 10:58:51 +0000 (Tue, 08 Jul 2008)
New Revision: 2199

Added:
   trunk/packages/io-lib/trunk/debian/
   trunk/packages/io-lib/trunk/debian/README.Debian
   trunk/packages/io-lib/trunk/debian/changelog
   trunk/packages/io-lib/trunk/debian/compat
   trunk/packages/io-lib/trunk/debian/control
   trunk/packages/io-lib/trunk/debian/copyright
   trunk/packages/io-lib/trunk/debian/dirs
   trunk/packages/io-lib/trunk/debian/docs
   trunk/packages/io-lib/trunk/debian/io-lib-dev.dirs
   trunk/packages/io-lib/trunk/debian/io-lib-dev.install
   trunk/packages/io-lib/trunk/debian/io-lib.doc-base
   trunk/packages/io-lib/trunk/debian/io-lib1.dirs
   trunk/packages/io-lib/trunk/debian/io-lib1.install
   trunk/packages/io-lib/trunk/debian/rules
   trunk/packages/io-lib/trunk/debian/shlibs.local
   trunk/packages/io-lib/trunk/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: trunk/packages/io-lib/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: trunk/packages/io-lib/trunk/debian/README.Debian
===================================================================
--- trunk/packages/io-lib/trunk/debian/README.Debian	                        (rev 0)
+++ trunk/packages/io-lib/trunk/debian/README.Debian	2008-07-08 10:58:51 UTC (rev 2199)
@@ -0,0 +1,6 @@
+io-lib for Debian
+-----------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Charles Plessy <plessy at debian.org>  Mon, 07 Jul 2008 19:09:31 +0900

Added: trunk/packages/io-lib/trunk/debian/changelog
===================================================================
--- trunk/packages/io-lib/trunk/debian/changelog	                        (rev 0)
+++ trunk/packages/io-lib/trunk/debian/changelog	2008-07-08 10:58:51 UTC (rev 2199)
@@ -0,0 +1,6 @@
+io-lib (1.11.2.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Charles Plessy <plessy at debian.org>  Mon, 07 Jul 2008 19:09:31 +0900
+

Added: trunk/packages/io-lib/trunk/debian/compat
===================================================================
--- trunk/packages/io-lib/trunk/debian/compat	                        (rev 0)
+++ trunk/packages/io-lib/trunk/debian/compat	2008-07-08 10:58:51 UTC (rev 2199)
@@ -0,0 +1 @@
+7

Added: trunk/packages/io-lib/trunk/debian/control
===================================================================
--- trunk/packages/io-lib/trunk/debian/control	                        (rev 0)
+++ trunk/packages/io-lib/trunk/debian/control	2008-07-08 10:58:51 UTC (rev 2199)
@@ -0,0 +1,21 @@
+Source: io-lib
+Priority: extra
+Maintainer: Charles Plessy <plessy at debian.org>
+Build-Depends: debhelper (>= 7), autotools-dev
+Standards-Version: 3.7.3
+Section: libs
+Homepage: <insert the upstream URL, if relevant>
+
+Package: io-lib-dev
+Section: libdevel
+Architecture: any
+Depends: io-lib1 (= ${binary:Version})
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
+
+Package: io-lib1
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>

Added: trunk/packages/io-lib/trunk/debian/copyright
===================================================================
--- trunk/packages/io-lib/trunk/debian/copyright	                        (rev 0)
+++ trunk/packages/io-lib/trunk/debian/copyright	2008-07-08 10:58:51 UTC (rev 2199)
@@ -0,0 +1,24 @@
+This package was debianized by Charles Plessy <plessy at debian.org> on
+Mon, 07 Jul 2008 19:09:31 +0900.
+
+It was downloaded from <url://example.com>
+
+Upstream Author(s):
+
+    <put author's name and email here>
+    <likewise for another author>
+
+Copyright:
+
+    <Copyright (C) YYYY Name OfAuthor>
+    <likewise for another author>
+
+License:
+
+    <Put the license of the package here indented by 4 spaces>
+
+The Debian packaging is (C) 2008, Charles Plessy <plessy at debian.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.

Added: trunk/packages/io-lib/trunk/debian/dirs
===================================================================
--- trunk/packages/io-lib/trunk/debian/dirs	                        (rev 0)
+++ trunk/packages/io-lib/trunk/debian/dirs	2008-07-08 10:58:51 UTC (rev 2199)
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin

Added: trunk/packages/io-lib/trunk/debian/docs
===================================================================
--- trunk/packages/io-lib/trunk/debian/docs	                        (rev 0)
+++ trunk/packages/io-lib/trunk/debian/docs	2008-07-08 10:58:51 UTC (rev 2199)
@@ -0,0 +1,2 @@
+README
+CHANGES

Added: trunk/packages/io-lib/trunk/debian/io-lib-dev.dirs
===================================================================
--- trunk/packages/io-lib/trunk/debian/io-lib-dev.dirs	                        (rev 0)
+++ trunk/packages/io-lib/trunk/debian/io-lib-dev.dirs	2008-07-08 10:58:51 UTC (rev 2199)
@@ -0,0 +1,2 @@
+usr/lib
+usr/include

Added: trunk/packages/io-lib/trunk/debian/io-lib-dev.install
===================================================================
--- trunk/packages/io-lib/trunk/debian/io-lib-dev.install	                        (rev 0)
+++ trunk/packages/io-lib/trunk/debian/io-lib-dev.install	2008-07-08 10:58:51 UTC (rev 2199)
@@ -0,0 +1,6 @@
+usr/include/*
+usr/lib/lib*.a
+usr/lib/lib*.so
+usr/lib/pkgconfig/*
+usr/lib/*.la
+usr/share/pkgconfig/*

Added: trunk/packages/io-lib/trunk/debian/io-lib.doc-base
===================================================================
--- trunk/packages/io-lib/trunk/debian/io-lib.doc-base	                        (rev 0)
+++ trunk/packages/io-lib/trunk/debian/io-lib.doc-base	2008-07-08 10:58:51 UTC (rev 2199)
@@ -0,0 +1,22 @@
+Document: io-lib
+Title: Debian io-lib Manual
+Author: <insert document author here>
+Abstract: This manual describes what io-lib is
+ and how it can be used to
+ manage online manuals on Debian systems.
+Section: unknown
+
+Format: debiandoc-sgml
+Files: /usr/share/doc/io-lib/io-lib.sgml.gz
+
+Format: postscript
+Files: /usr/share/doc/io-lib/io-lib.ps.gz
+
+Format: text
+Files: /usr/share/doc/io-lib/io-lib.text.gz
+
+Format: HTML
+Index: /usr/share/doc/io-lib/html/index.html
+Files: /usr/share/doc/io-lib/html/*.html
+
+

Added: trunk/packages/io-lib/trunk/debian/io-lib1.dirs
===================================================================
--- trunk/packages/io-lib/trunk/debian/io-lib1.dirs	                        (rev 0)
+++ trunk/packages/io-lib/trunk/debian/io-lib1.dirs	2008-07-08 10:58:51 UTC (rev 2199)
@@ -0,0 +1 @@
+usr/lib

Added: trunk/packages/io-lib/trunk/debian/io-lib1.install
===================================================================
--- trunk/packages/io-lib/trunk/debian/io-lib1.install	                        (rev 0)
+++ trunk/packages/io-lib/trunk/debian/io-lib1.install	2008-07-08 10:58:51 UTC (rev 2199)
@@ -0,0 +1 @@
+usr/lib/lib*.so.*

Added: trunk/packages/io-lib/trunk/debian/rules
===================================================================
--- trunk/packages/io-lib/trunk/debian/rules	                        (rev 0)
+++ trunk/packages/io-lib/trunk/debian/rules	2008-07-08 10:58:51 UTC (rev 2199)
@@ -0,0 +1,113 @@
+#!/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
+
+
+# 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 ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
+CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
+else
+CROSS= --build $(DEB_BUILD_GNU_TYPE)
+endif
+
+
+
+
+# shared library versions, option 1
+version=2.0.5
+major=2
+# option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so
+#version=`ls src/.libs/lib*.so.* | \
+# awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'`
+#major=`ls src/.libs/lib*.so.* | \
+# awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
+
+config.status: configure
+	dh_testdir
+	# Add here commands to configure the package.
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+	cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+	cp -f /usr/share/misc/config.guess config.guess
+endif
+	./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS) -Os" LDFLAGS="-Wl,-z,defs"
+
+
+build: build-stamp
+build-stamp:  config.status 
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(MAKE)
+
+	touch $@
+
+clean: 
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp 
+
+	# Add here commands to clean up after the build process.
+	[ ! -f Makefile ] || $(MAKE) distclean
+	rm -f config.sub config.guess
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+	# Add here commands to install the package into debian/tmp
+	$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
+
+
+# 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_installchangelogs ChangeLog
+	dh_installdocs
+	dh_installexamples
+#	dh_install
+#	dh_installmenu
+#	dh_installdebconf	
+#	dh_installlogrotate
+#	dh_installemacsen
+#	dh_installpam
+#	dh_installmime
+#	dh_installinit
+#	dh_installcron
+#	dh_installinfo
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_perl
+#	dh_python
+#	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install 


Property changes on: trunk/packages/io-lib/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/packages/io-lib/trunk/debian/shlibs.local
===================================================================
--- trunk/packages/io-lib/trunk/debian/shlibs.local	                        (rev 0)
+++ trunk/packages/io-lib/trunk/debian/shlibs.local	2008-07-08 10:58:51 UTC (rev 2199)
@@ -0,0 +1 @@
+libio-lib 1.11.2.1 io-lib (>> 1.11.2.1-0), io-lib (<< 1.11.2.1-99)

Added: trunk/packages/io-lib/trunk/debian/watch
===================================================================
--- trunk/packages/io-lib/trunk/debian/watch	                        (rev 0)
+++ trunk/packages/io-lib/trunk/debian/watch	2008-07-08 10:58:51 UTC (rev 2199)
@@ -0,0 +1,23 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+# Uncomment to examine a Webpage
+# <Webpage URL> <string match>
+#http://www.example.com/downloads.php io-lib-(.*)\.tar\.gz
+
+# Uncomment to examine a Webserver directory
+#http://www.example.com/pub/io-lib-(.*)\.tar\.gz
+
+# Uncommment to examine a FTP server
+#ftp://ftp.example.com/pub/io-lib-(.*)\.tar\.gz debian uupdate
+
+# Uncomment to find new files on sourceforge, for devscripts >= 2.9
+# http://sf.net/io-lib/io-lib-(.*)\.tar\.gz
+
+# Uncomment to find new files on GooglePages
+# http://example.googlepages.com/foo.html io-lib-(.*)\.tar\.gz




More information about the debian-med-commit mailing list