summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-09 21:37:08 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-09 21:37:08 +0000
commitf9778e457adced00b6e94efd157feddf37776ebe (patch)
tree8d05218e1b38eb286a2509c34cccf20d338c8a2a /debian
parent31c3f5161bd860dfa4d4b6e152c7b61e23f2189b (diff)
parent19ff62c3c501dc1e6a0bea2266f6155c8005146d (diff)
Merge.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/copyright27
-rw-r--r--debian/docs1
-rw-r--r--debian/files1
-rwxr-xr-xdebian/rules23
-rw-r--r--debian/source/format1
7 files changed, 59 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000000000..9908e7cb4
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+dvdomatic (0.59beta1-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Carl Hetherington <cth@carlh.net> Sat, 08 Dec 2012 12:41:20 +0000
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/copyright b/debian/copyright
new file mode 100644
index 000000000..2579947e4
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,27 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: dvdomatic
+Source: <url://carlh.net/software/dvdomatic>
+
+Files: *
+Copyright: 2012 Carl Hetherington <cth@carlh.net>
+License: GPL-2+
+ This package 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 package 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 version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
+# Please avoid to pick license terms that are more restrictive than the
+# packaged work, as it may make Debian's contributions unacceptable upstream.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 000000000..e845566c0
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/files b/debian/files
new file mode 100644
index 000000000..7639f05ac
--- /dev/null
+++ b/debian/files
@@ -0,0 +1 @@
+dvdomatic_0.59beta1-1_i386.deb video extra
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 000000000..3320087a5
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,23 @@
+#!/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 $@
+
+override_dh_auto_configure:
+ ./waf --nocache configure --prefix=/usr --static
+
+override_dh_auto_build:
+ ./waf --nocache build
+
+override_dh_auto_install:
+ ./waf --nocache install --destdir=debian/dvdomatic
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)