From: Bdale Garbee Date: Sat, 3 Apr 2010 16:02:30 +0000 (-0600) Subject: initial packaging structure from dh_make, not filled in yet! X-Git-Tag: debian/1.2.2-1~36 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=ee5a17fe589672c5ee35add25c9bc6c7c2054b2b;p=debian%2Ffreetts initial packaging structure from dh_make, not filled in yet! --- diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..011b7b7 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +freetts (1.2.2-1) unstable; urgency=low + + * Initial release (Closes: #nnnn) + + -- Bdale Garbee Sat, 03 Apr 2010 09:57:48 -0600 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..06ce84e --- /dev/null +++ b/debian/control @@ -0,0 +1,21 @@ +Source: freetts +Priority: extra +Maintainer: Bdale Garbee +Build-Depends: debhelper (>= 7) +Standards-Version: 3.8.4 +Section: libs +Homepage: + +Package: freetts-dev +Section: libdevel +Architecture: any +Depends: freettsBROKEN (= ${binary:Version}) +Description: + + +Package: freettsBROKEN +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..eae5f25 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,37 @@ +This work was packaged for Debian by: + + Bdale Garbee on Sat, 03 Apr 2010 09:57:48 -0600 + +It was downloaded from: + + + +Upstream Author(s): + + + + +Copyright: + + + + +License: + + + +The Debian packaging is: + + Copyright (C) 2010 Bdale Garbee + +# 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..8a5c010 --- /dev/null +++ b/debian/docs @@ -0,0 +1,3 @@ +ANNOUNCE.txt +README.txt +README.txt diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..9f377ad --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,46 @@ +# Configuration file for git-buildpackage and friends + +[DEFAULT] +# the default build command: +#builder = debuild -i\.git/ -I.git +# the default clean command: +#cleaner = debuild clean +# the default branch for upstream sources: +upstream-branch = upstream +# the default branch for the debian patch: +debian-branch = master +# the default tag formats used: +#upstream-tag = upstream/%(version)s +#debian-tag = debian/%(version)s +# use pristine-tar: +pristine-tar = True + +# Options only affecting git-buildpackage +[git-buildpackage] +#upstream-branch = dfsgclean +# uncomment this to automatically GPG sign tags +#sign-tags = True +# keyid to GPG sign tags with +#keyid = 0xdeadbeef +# push to a remote repository after a successful tag: +posttag = git push --mirror +# use this for more svn-buildpackage like behaviour: +export-dir = ../build-area/freetts/ +#tarball-dir = ../tarballs/ + +# Options only affecting git-import-orig +[git-import-orig] +#upstream-branch = newupstream +#debian-branch = dfsgclean +#filter = .svn + +# Options only affecting git-import-dsc +[git-import-dsc] +#upstream-branch = svn-upstream +#filter = [ 'CVS', '.cvsignore' ] + +# Options only affecting git-dch +[git-dch] +#git-log = --no-merges +#snapshot-number = snapshot + 1 + diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..917d9bf --- /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)