From: Bdale Garbee Date: Wed, 25 Feb 2009 05:48:20 +0000 (-0700) Subject: first snapshot in git of tar-doc X-Git-Tag: non-free/1.22-1~4 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=f26eabc7ba70dfaf439aff7a5ab14bb2a0551354;p=debian%2Ftar first snapshot in git of tar-doc --- diff --git a/.gbp.conf b/.gbp.conf new file mode 100644 index 00000000..6fb8cb1e --- /dev/null +++ b/.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 = doc-orig +# the default branch for the debian patch: +debian-branch = doc-debian +# 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/tar/ +#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/README.Debian b/README.Debian new file mode 100644 index 00000000..729f952e --- /dev/null +++ b/README.Debian @@ -0,0 +1 @@ +See the Debian 'tar' package source for the rest of the files. diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 00000000..2a7e1886 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,48 @@ +tar-doc (1.20-1) unstable; urgency=low + + * new upstream version + + -- Bdale Garbee Wed, 16 Apr 2008 20:44:33 -0600 + +tar-doc (1.19-2) unstable; urgency=low + + * mention 'info' in the package description, closes: #439381 + + -- Bdale Garbee Wed, 12 Dec 2007 14:33:27 -0700 + +tar-doc (1.19-1) unstable; urgency=low + + * new upstream version + + -- Bdale Garbee Sun, 21 Oct 2007 12:17:51 -0600 + +tar-doc (1.18-1) unstable; urgency=low + + * new upstream version + + -- Bdale Garbee Thu, 09 Aug 2007 20:55:59 -0600 + +tar-doc (1.16.1-1) unstable; urgency=low + + * new upstream version + + -- Bdale Garbee Mon, 2 Apr 2007 23:33:27 -0600 + +tar-doc (1.16-2) unstable; urgency=low + + * fix for a typo, closes: #411096 + + -- Bdale Garbee Wed, 21 Feb 2007 17:43:32 +0900 + +tar-doc (1.16-1) unstable; urgency=low + + * new upstream version + + -- Bdale Garbee Sun, 22 Oct 2006 14:48:48 -0600 + +tar-doc (1.15.91-1) unstable; urgency=low + + * Initial packaging of GFDL'ed tar info documentation for Debian non-free + + -- Bdale Garbee Thu, 22 Jun 2006 14:40:47 -0600 + diff --git a/debian/compat b/debian/compat new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control new file mode 100644 index 00000000..a30b4614 --- /dev/null +++ b/debian/control @@ -0,0 +1,13 @@ +Source: tar-doc +Section: non-free/doc +Priority: optional +Maintainer: Bdale Garbee +Build-Depends: debhelper (>= 5) +Standards-Version: 3.7.3 + +Package: tar-doc +Architecture: all +Description: documentation for the tar package + Documentation for GNU tar in info format, which is not distributed in Debian + main because it is licensed under the GFDL with invariant sections that + violate the DFSG. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 00000000..95c8a53b --- /dev/null +++ b/debian/copyright @@ -0,0 +1,31 @@ +This tar info documentation was extracted from the latest pre-release tar +source package made available at ftp://alpha.gnu.org/gnu/tar, and packaged +for Debian by Bdale Garbee + +The GNU tar documentation is + + Copyright (C) 1992, 1994, 1995, 1996, 1997, 1999, 2000, 2001, + 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. + + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.1 or + any later version published by the Free Software Foundation; with no + Invariant Sections, with the Front-Cover Texts being ``A GNU Manual,'' + and with the Back-Cover Texts as in (a) below. A copy of the license + is included in the section entitled "GNU Free Documentation License". + + (a) The FSF's Back-Cover Text is: ``You are free to copy and modify + this GNU Manual. Buying copies from GNU Press supports the FSF in + developing GNU and promoting software freedom.'' + +The Debian packaging is + + Copyright (C) 2006, 2007 Bdale Garbee + + 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; either version 2, or (at your option) any later + version. + +On Debian GNU/Linux systems, the complete text of the GNU General Public +License version 2 can be found in /usr/share/common-licenses/GPL-2. diff --git a/debian/dirs b/debian/dirs new file mode 100644 index 00000000..71eb781e --- /dev/null +++ b/debian/dirs @@ -0,0 +1 @@ +/usr/share/vrms/reasons diff --git a/debian/docs b/debian/docs new file mode 100644 index 00000000..86ca00fc --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +README.Debian diff --git a/debian/info b/debian/info new file mode 100644 index 00000000..9668e820 --- /dev/null +++ b/debian/info @@ -0,0 +1,3 @@ +doc/tar.info +doc/tar.info-1 +doc/tar.info-2 diff --git a/debian/rules b/debian/rules new file mode 100755 index 00000000..c791ae11 --- /dev/null +++ b/debian/rules @@ -0,0 +1,48 @@ +#!/usr/bin/make -f + +export DH_VERBOSE=1 + +configure: configure-stamp +configure-stamp: + dh_testdir + touch configure-stamp + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + # the real work is mostly done by dh_installinfo + cp debian/vrms debian/tar-doc/usr/share/vrms/reasons/tar-doc + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installinfo + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure diff --git a/debian/vrms b/debian/vrms new file mode 100644 index 00000000..d01f3f28 --- /dev/null +++ b/debian/vrms @@ -0,0 +1 @@ +tar-doc: GFDL with invariant cover texts