From 3110ba10faa152787d581830de0ffd56929ab764 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 10 Sep 2013 21:23:49 -0400 Subject: Initial commit. --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..70af57f --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +* +!.gitignore +!*/ +!debian/* diff --git a/debian/.gitignore b/debian/.gitignore new file mode 100644 index 0000000..6b9d1f8 --- /dev/null +++ b/debian/.gitignore @@ -0,0 +1,6 @@ +!.gitignore +!* +files +*.debhelper.log +*.substvars +pro-archman/ diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..02d7ec3 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +pro-archman (1.0.0-1) unstable; urgency=low + + * Initial release + + -- "P. J. McDermott" Tue, 10 Sep 2013 08:06:25 -0400 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..1dbdb06 --- /dev/null +++ b/debian/control @@ -0,0 +1,30 @@ +Source: pro-archman +Section: utils +Priority: extra +Maintainer: "P. J. McDermott" +Build-Depends: debhelper (>= 9.0.0) +Standards-Version: 3.9.4 +Homepage: http://www.proteanos.com/dev/pro-archman/ + +Package: pro-archman +Architecture: all +Depends: ${misc:Depends} +Description: ProteanOS archive manager + This is pro-archman, the ProteanOS Archive Manager. + . + pro-archman manages packages in an archive laid out as explained in this + specification: + . + http://www.proteanos.com/dev/archive/layout/ + . + The ProteanOS Archive Manager can: + . + * Include new packages into an archive; + * Scan an "incoming" directory for new packages; + * Remove packages from an archive suite; + * Copy packages from one archive suite to another; + * Remove an archive suite; + * Efficiently generate feed index files that package managers can use + to find packages in the archive; and + * Remove old package files after a delay, allowing package managers to + find packages listed in cached feed index files. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..99b9457 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,28 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: pro-archman +Source: + +Files: * +Copyright: 2013 Patrick "P. J." McDermott +License: GPL-2.0+ + +Files: debian/* +Copyright: 2013 Patrick "P. J." McDermott +License: GPL-2.0+ + +License: GPL-2.0+ + This package 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 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see + . + On Debian 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/docs b/debian/docs new file mode 100644 index 0000000..edc0071 --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +NEWS diff --git a/debian/pro-archman.lintian-overrides b/debian/pro-archman.lintian-overrides new file mode 100644 index 0000000..797d5f9 --- /dev/null +++ b/debian/pro-archman.lintian-overrides @@ -0,0 +1,2 @@ +pro-archman: no-upstream-changelog +pro-archman: new-package-should-close-itp-bug diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..9b040d7 --- /dev/null +++ b/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ + +override_dh_auto_configure: + dh_auto_configure -- --libdir=/usr/share 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..ba6906b --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://files.proteanos.com/pub/pro-archman/([\d.]+)/pro-archman-([\d.]+)\.tar\.xz -- cgit v0.9.1