[SCM] Debian Live application startscripts branch, master, updated. bd02c8d9527490047106fe59eec4ce12c540830c
Daniel Baumann
daniel at debian.org
Sat Nov 29 23:02:45 UTC 2008
The following commit has been merged in the master branch:
commit ea83212c58d483cd58964ce09a820ede4c63c3b7
Author: Daniel Baumann <daniel at debian.org>
Date: Wed Sep 3 19:26:31 2008 +0200
Adding debian directory.
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..733abd5
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+live-startscripts (1-1) unstable; urgency=low
+
+ [ Ronny Standtke ]
+ * Initial commit from phso_20080826.iso.
+
+ -- Daniel Baumann <daniel at debian.org> Mon, 1 Sep 2008 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..847d6e0
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: live-startscripts
+Section: misc
+Priority: optional
+Maintainer: Debian Live <debian-live at lists.debian.org>
+Uploaders: Ronny Standtke <Ronny.Standtke at gmx.net>, Daniel Baumann <daniel at debian.org>
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.8.0
+Homepage: http://debian-live.alioth.debian.org/
+Vcs-Browser: http://git.debian.net/?p=debian-live/live-startscripts.git
+Vcs-Git: git://git.debian.net/git/debian-live/live-startscripts.git
+
+Package: live-helper
+Architecture: all
+Suggests: armagetronad, billard-gl, chromium, enigma, foobillard, gcompris, glest, neverball, neverputt, pathological, pingus, planetpenguin-racer, stellarium, tomatoes, trigger, wesnoth, xmoto
+Description: Debian Live application startscripts
+ live-startscripts is a set of alternative start scripts for various programs.
+ .
+ Certain programs like games need hardware specific configuration at runtime
+ (e.g. screen resolution) to run best in a live system. In order to do this
+ automatically, wrappers with 'live_' prefix are supplied in this package.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7bad87c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,23 @@
+Author: Debian Live Project
+Download: http://debian-live.alioth.debian.org/
+
+Files: *
+Copyright:
+ (C) 2008 Ronny Standtke <Ronny.Standtke at gmx.net>
+ (C) 2008 Daniel Baumann <daniel at 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/rules b/debian/rules
new file mode 100755
index 0000000..6cbe581
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,42 @@
+#!/usr/bin/make -f
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp
+
+ dh_clean
+
+build: build-stamp
+build-stamp:
+ dh_testdir
+
+ $(MAKE) test
+
+ touch build-stamp
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ $(MAKE) DESTDIR=$(CURDIR)/debian/live-startscripts install
+
+binary: binary-indep
+
+binary-arch:
+
+binary-indep: build install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs
+ dh_installdocs
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+.PHONY: clean build install binary binary-arch binary-indep
--
Debian Live application startscripts
More information about the debian-live-changes
mailing list