summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2009-09-17 10:37:03 +0200
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>2009-09-18 10:42:37 +0200
commit04ba83616f9be0ca72be7d0906ede1cf8621ab84 (patch)
treeafb7ec5d11edf571269625704c853c9be1c64890 /debian
downloaddebianrt-latest-04ba83616f9be0ca72be7d0906ede1cf8621ab84.tar.gz
debianrt-latest-04ba83616f9be0ca72be7d0906ede1cf8621ab84.tar.xz
prepare 0.0.20090917.10.0.20090917.1
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/copyright7
-rwxr-xr-xdebian/rules22
4 files changed, 35 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..3c92fbc
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+linuxrt-latest (0.0.20090917.1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Wed, 17 Sep 2009 10:20:05 +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/copyright b/debian/copyright
new file mode 100644
index 0000000..36076a5
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,7 @@
+This package was created by Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
+on 17 Sep 2009
+
+The whole package is copyrighted under version 2 (only) of the GPL.
+
+On Debian GNU/Linux 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/rules b/debian/rules
new file mode 100755
index 0000000..cfd29c4
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,22 @@
+#! /usr/bin/make -f
+
+binary: binary-arch binary-indep
+binary-arch binary-indep: install
+build: build-stamp
+build-stamp: debian/control
+clean: debian/control
+install: build install-stamp
+
+build-stamp install-stamp:
+ dh ${@:-stamp=}
+ touch $@
+
+binary-arch binary-indep clean:
+ dh $@
+
+debian/control: flavours latest bin/gencontrol
+ bin/gencontrol
+ false
+
+maintainerclean:
+ rm -f debian/control