[SCM] Debian Live manual branch, master, updated. bf27e199fe604da3f9e72e786a6cbccdc57d737e

Daniel Baumann daniel at debian.org
Wed Nov 12 21:13:51 UTC 2008


The following commit has been merged in the master branch:
commit bf27e199fe604da3f9e72e786a6cbccdc57d737e
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Nov 12 22:12:19 2008 +0100

    Adding debian packaging.

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..83ae494
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+live-manual (0) UNRELEASED; urgency=low
+
+  * Initial release.
+
+ -- Daniel Baumann <daniel at debian.org>  Wed, 12 Nov 2006 00:00:00 +0200
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..00eaf55
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
+Source: live-manual
+Section: doc
+Priority: optional
+Maintainer: Debian Live <debian-live at lists.debian.org>
+Uploaders: Chris Lamb <lamby at debian.org>, Daniel Baumann <daniel at debian.org>
+Build-Depends: debhelper (>= 7), dblatex, docbook-xml, docbook-xsl, make, po4a, w3m
+Standards-Version: 3.8.0
+Homepage: http://debian-live.alioth.debian.org/
+Vcs-Browser: http://git.debian.org/?p=debian-live/live-manual.git
+Vcs-Git: git://git.debian.org/git/debian-live/live-manual.git
+
+Package: live-manual
+Architecture: all
+Description: Debian Live manual
+ This package contains the Debian Live documentation.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..f09d6f9
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,21 @@
+Author: Debian Live project
+Download: http://debian-live.alioth.debian.org/
+
+Files: *
+Copyright: (C) 2008 Debian Live project <debian-live at lists.debian.org>
+License: GPL-3+
+ 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 3 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, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ can be found in /usr/share/common-licenses/GPL-3 file.
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..cd553b4
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,3 @@
+*.html	/usr/share/doc/live-manual/html/
+*.pdf	/usr/share/doc/live-manual/
+*.txt	/usr/share/doc/live-manual/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..f1e4453
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,35 @@
+#!/usr/bin/make -f
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	$(MAKE) purge
+
+	dh_clean
+
+build:
+	dh_testdir
+
+	$(MAKE)
+
+install:
+
+binary: binary-indep
+
+binary-arch:
+
+binary-indep: install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs
+	dh_installdocs
+	dh_install
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+.PHONY: clean build install binary binary-arch binary-indep

-- 
Debian Live manual



More information about the debian-live-changes mailing list