aboutsummaryrefslogtreecommitdiffstats
path: root/setup-files/linux/debian-precise
diff options
context:
space:
mode:
Diffstat (limited to 'setup-files/linux/debian-precise')
-rw-r--r--setup-files/linux/debian-precise/changelog5
-rw-r--r--setup-files/linux/debian-precise/compat1
-rw-r--r--setup-files/linux/debian-precise/control17
-rw-r--r--setup-files/linux/debian-precise/copyright38
-rwxr-xr-xsetup-files/linux/debian-precise/rules7
-rw-r--r--setup-files/linux/debian-precise/source/format1
6 files changed, 69 insertions, 0 deletions
diff --git a/setup-files/linux/debian-precise/changelog b/setup-files/linux/debian-precise/changelog
new file mode 100644
index 0000000..d0c742b
--- /dev/null
+++ b/setup-files/linux/debian-precise/changelog
@@ -0,0 +1,5 @@
+mirovideoconverter (3.0.2-1ubuntu1~ppa1~precise) precise; urgency=low
+
+ * Initial packaging
+
+ -- Ben Dean-Kawamura <ben@pculture.org> Thu, 27 Dec 2012 13:10:14 -0500
diff --git a/setup-files/linux/debian-precise/compat b/setup-files/linux/debian-precise/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/setup-files/linux/debian-precise/compat
@@ -0,0 +1 @@
+7
diff --git a/setup-files/linux/debian-precise/control b/setup-files/linux/debian-precise/control
new file mode 100644
index 0000000..c0bbda1
--- /dev/null
+++ b/setup-files/linux/debian-precise/control
@@ -0,0 +1,17 @@
+Source: librevideoconverter
+Maintainer: Jesús Eduardo <heckyel@openmailbox.org>
+Section: python
+Priority: optional
+Build-Depends: python-setuptools (>= 0.6b3),
+ python-all (>= 2.7),
+ debhelper (>= 7.4.3)
+Standards-Version: 3.9.3
+
+Package: mirovideoconverter
+Architecture: all
+Depends: ${misc:Depends},
+ ${python:Depends},
+ python-gtk2,
+ ffmpeg,
+ ffmpeg2theora
+Description: Simple video converter for WebM (vp8), Ogg Theora, MP4 and others, fork of Miro Video Converter.
diff --git a/setup-files/linux/debian-precise/copyright b/setup-files/linux/debian-precise/copyright
new file mode 100644
index 0000000..b5f4d88
--- /dev/null
+++ b/setup-files/linux/debian-precise/copyright
@@ -0,0 +1,38 @@
+This package was made for the PCF Ubuntu PPA by Ben Dean-Kawamura
+<ben@pculture.org> on Thu, 27 Dec 2012 13:10:14 -0500
+
+The current maintainer is Jesús Eduardo <heckyel@openmailbox.org>
+
+It was downloaded from:
+
+ https://notabug.org/Heckyel/LibreVideoConverter
+
+-----
+
+Files: *
+Copyright: © 2017 Jesús Eduardo (Heckyel)
+License: GPL-3+ | other
+ You must obey the GNU General Public License in all respects for
+ all of the code used other than OpenSSL. If you modify file(s)
+ with this exception, you may extend this exception to your version
+ of the file(s), but you are not obligated to do so. If you do not
+ wish to do so, delete this exception statement from your
+ version. If you delete this exception statement from all source
+ files in the program, then also delete it here.
+
+On Debian systems, the complete text of the GNU General
+
+Files: debian/*
+Copyright: © 2017 Jesús Eduardo (Heckyel)
+License: GPL-3+ | other
+ You must obey the GNU General Public License in all respects for
+ all of the code used other than OpenSSL. If you modify file(s)
+ with this exception, you may extend this exception to your version
+ of the file(s), but you are not obligated to do so. If you do not
+ wish to do so, delete this exception statement from your
+ version. If you delete this exception statement from all source
+ files in the program, then also delete it here.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+Public License can be found in `/usr/share/common-licenses/GPL'.
diff --git a/setup-files/linux/debian-precise/rules b/setup-files/linux/debian-precise/rules
new file mode 100755
index 0000000..1c69663
--- /dev/null
+++ b/setup-files/linux/debian-precise/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.6.0+git at
+# Thu, 27 Dec 2012 13:08:13 -0500
+
+%:
+ dh $@ --with python2 --buildsystem=python_distutils
diff --git a/setup-files/linux/debian-precise/source/format b/setup-files/linux/debian-precise/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/setup-files/linux/debian-precise/source/format
@@ -0,0 +1 @@
+3.0 (quilt)