summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2013-01-28 01:22:52 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2013-01-28 01:22:52 +0100
commit149ca516101f581a9008ba3bd65f56cdf094435b (patch)
tree3a719733b68117a922c0c527de783d341dde36e2
parent2ec3e79545f2bed1fe763fce126812fb34b1313a (diff)
downloadportage-debian/2.1.11.50-1.tar.gz
portage-debian/2.1.11.50-1.tar.bz2
portage-debian/2.1.11.50-1.zip
debian: add required filesdebian/2.1.11.50-1
-rw-r--r--debian/.gitignore7
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control27
-rw-r--r--debian/copyright26
-rw-r--r--debian/install9
-rw-r--r--debian/portage-doc.install1
-rwxr-xr-xdebian/rules15
8 files changed, 91 insertions, 0 deletions
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 <alex@spline.inf.fu-berlin.de> 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 <alex@spline.inf.fu-berlin.de>
+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 <alex@spline.inf.fu-berlin.de>
+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: