From c991da7bf5a8a623d70aa51bba79a97a8ae13eb7 Mon Sep 17 00:00:00 2001 From: Charles Plessy Date: Thu, 19 Aug 2010 15:56:21 +0900 Subject: [PATCH] # Templates from dh_make 0.55. --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 15 +++++++++++++++ debian/copyright | 37 +++++++++++++++++++++++++++++++++++++ debian/docs | 1 + debian/rules | 7 +++++++ debian/watch | 23 +++++++++++++++++++++++ 7 files changed, 89 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/docs create mode 100755 debian/rules create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..5ccb42f --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +tabix (0.2.2-1) unstable; urgency=low + + * Initial release (Closes: #nnnn) + + -- Charles Plessy Thu, 19 Aug 2010 15:55:14 +0900 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..8f101fb --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: tabix +Section: unknown +Priority: extra +Maintainer: Charles Plessy +Build-Depends: cdbs, debhelper (>= 7.0.50~) +Standards-Version: 3.8.4 +Homepage: +#Vcs-Git: git://git.debian.org/collab-maint/tabix.git +#Vcs-Browser: http://git.debian.org/?p=collab-maint/tabix.git;a=summary + +Package: tabix +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..5f5f127 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,37 @@ +This work was packaged for Debian by: + + Charles Plessy on Thu, 19 Aug 2010 15:55:14 +0900 + +It was downloaded from: + + + +Upstream Author(s): + + + + +Copyright: + + + + +License: + + + +The Debian packaging is: + + Copyright (C) 2010 Charles Plessy + +# Please chose a license for your packaging work. If the program you package +# uses a mainstream license, using the same license is the safest choice. +# Please avoid to pick license terms that are more restrictive than the +# packaged work, as it may make Debian's contributions unacceptable upstream. +# If you just want it to be GPL version 3, leave the following lines in. + +and is licensed under the GPL version 3, +see "/usr/share/common-licenses/GPL-3". + +# Please also look if there are files or directories which have a +# different copyright/license attached and list them here. diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..edc0071 --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +NEWS diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..f3570a4 --- /dev/null +++ b/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/makefile.mk + + +# Add here any variable or target overrides you need. diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..66266e4 --- /dev/null +++ b/debian/watch @@ -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 +# +#http://www.example.com/downloads.php tabix-(.*)\.tar\.gz + +# Uncomment to examine a Webserver directory +#http://www.example.com/pub/tabix-(.*)\.tar\.gz + +# Uncommment to examine a FTP server +#ftp://ftp.example.com/pub/tabix-(.*)\.tar\.gz debian uupdate + +# Uncomment to find new files on sourceforge, for devscripts >= 2.9 +# http://sf.net/tabix/tabix-(.*)\.tar\.gz + +# Uncomment to find new files on GooglePages +# http://example.googlepages.com/foo.html tabix-(.*)\.tar\.gz -- 2.30.2