From: Charles Plessy Date: Thu, 13 Jan 2011 10:34:22 +0000 (+0900) Subject: # Sample files from dh-make 0.57. X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~465 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d95c66d167b340cf23e4f5d0ba35faff2a916826;p=python-pysam.git # Sample files from dh-make 0.57. --- diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..2e365ab --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +pysam (0.3.1-1) unstable; urgency=low + + * Initial release (Closes: #nnnn) + + -- Charles Plessy Thu, 13 Jan 2011 19:32:07 +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..f0e2757 --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: pysam +Section: unknown +Priority: extra +Maintainer: Charles Plessy +Build-Depends: debhelper (>= 7.0.50~) +Standards-Version: 3.9.1 +Homepage: +#Vcs-Git: git://git.debian.org/collab-maint/pysam.git +#Vcs-Browser: http://git.debian.org/?p=collab-maint/pysam.git;a=summary + +Package: pysam +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..45a8eae --- /dev/null +++ b/debian/copyright @@ -0,0 +1,37 @@ +This work was packaged for Debian by: + + Charles Plessy on Thu, 13 Jan 2011 19:32:07 +0900 + +It was downloaded from: + + + +Upstream Author(s): + + + + +Copyright: + + + + +License: + + + +The Debian packaging is: + + Copyright (C) 2011 Charles Plessy + +# Please choose 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/rules b/debian/rules new file mode 100755 index 0000000..b760bee --- /dev/null +++ b/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 $@ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..6523a7a --- /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 pysam-(.*)\.tar\.gz + +# Uncomment to examine a Webserver directory +#http://www.example.com/pub/pysam-(.*)\.tar\.gz + +# Uncommment to examine a FTP server +#ftp://ftp.example.com/pub/pysam-(.*)\.tar\.gz debian uupdate + +# Uncomment to find new files on sourceforge, for devscripts >= 2.9 +# http://sf.net/pysam/pysam-(.*)\.tar\.gz + +# Uncomment to find new files on GooglePages +# http://example.googlepages.com/foo.html pysam-(.*)\.tar\.gz