From 149ca516101f581a9008ba3bd65f56cdf094435b Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Mon, 28 Jan 2013 01:22:52 +0100 Subject: debian: add required files --- debian/.gitignore | 7 +++++++ debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 27 +++++++++++++++++++++++++++ debian/copyright | 26 ++++++++++++++++++++++++++ debian/install | 9 +++++++++ debian/portage-doc.install | 1 + debian/rules | 15 +++++++++++++++ 8 files changed, 91 insertions(+) create mode 100644 debian/.gitignore create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/install create mode 100644 debian/portage-doc.install create mode 100755 debian/rules diff --git a/debian/.gitignore b/debian/.gitignore new file mode 100644 index 000000000..a809a3edc --- /dev/null +++ b/debian/.gitignore @@ -0,0 +1,7 @@ +tmp/ +portage/ +portage-doc/ +*.log +*.debhelper +*substvars +files diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 000000000..13cca77b9 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +portage (2.1.11.50-1) unstable; urgency=low + + * Initial release + + -- Alexander Sulfrian Fri, 25 Jan 2013 17:38:17 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 000000000..45a4fb75d --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 000000000..7a58cc3a1 --- /dev/null +++ b/debian/control @@ -0,0 +1,27 @@ +Source: portage +Section: admin +Priority: extra +Maintainer: Alexander Sulfrian +Build-Depends: debhelper (>= 7.0.50~), python-support (>= 0.5.3), xmlto, + docbook-xml, python-epydoc +Standards-Version: 3.8.4 +Homepage: http://www.gentoo.org/proj/en/portage/index.xml + +Package: portage +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, rsync, patch, sed +Suggests: portage-doc (= ${source:Version}) +Description: package management and distribution system of gentoo + Portage is the package management and distribution system of Gentoo. + Should be used in an prefix. + +Package: portage-doc +Section: doc +Architecture: all +Enhances: portage +Description: package management and distribution system of gentoo (documentation) + Portage is the package management and distribution system of Gentoo. + Should be used in an prefix. + . + This package provides the documentation. + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 000000000..51c33a112 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,26 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Name: portage +Maintainer: Alexander Sulfrian +Source: http://www.gentoo.org/proj/en/portage/index.xml + +Copyright 1999-2013 Gentoo Foundation +License: GPL-2+ + +License: GPL-2+ + 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 of the License, or + (at your option) any later version. + . + This program 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, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + . + On Debian systems, the full text of the GNU General Public + License version 2 can be found in the file + `/usr/share/common-licenses/GPL-2'. diff --git a/debian/install b/debian/install new file mode 100644 index 000000000..c0946121c --- /dev/null +++ b/debian/install @@ -0,0 +1,9 @@ +etc/ +usr/bin/ +usr/sbin/ +usr/lib/ +usr/share/portage/ +usr/share/man/ +usr/share/doc/portage/NEWS +usr/share/doc/portage/RELEASE-NOTES + diff --git a/debian/portage-doc.install b/debian/portage-doc.install new file mode 100644 index 000000000..26b17fc6c --- /dev/null +++ b/debian/portage-doc.install @@ -0,0 +1 @@ +usr/share/doc/portage/html/ usr/share/doc/portage-doc/ diff --git a/debian/rules b/debian/rules new file mode 100755 index 000000000..6b6460da2 --- /dev/null +++ b/debian/rules @@ -0,0 +1,15 @@ +#!/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 $@ --with python_support + +override_dh_auto_test: -- cgit v1.2.3-1-g7c22