[mate-optimus] 01/01: Initial import.
Martin Wimpress
flexiondotorg-guest at moszumanska.debian.org
Tue Jul 21 14:03:01 UTC 2015
This is an automated email from the git hooks/post-receive script.
flexiondotorg-guest pushed a commit to branch master
in repository mate-optimus.
commit dc49ced03ad23fa07638f14c4c3a768f2085ea08
Author: Martin Wimpress <code at flexion.org>
Date: Tue Jul 21 15:02:56 2015 +0100
Initial import.
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 15 +++++++++++++++
debian/copyright | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
debian/install | 1 +
debian/rules | 7 +++++++
debian/source/format | 1 +
debian/watch | 2 ++
8 files changed, 80 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..fdc8fec
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+mate-optimus (1.0.0-1) UNRELEASED; urgency=medium
+
+ * Initial release.
+
+ -- Martin Wimpress <code at flexion.org> Sun, 19 Jul 2015 22:41:21 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..aeaa102
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
+Source: mate-optimus
+Section: admin
+Priority: optional
+Maintainer: Martin Wimpress <code at flexion.org>
+Build-Depends: debhelper (>= 9),
+ python3,
+Standards-Version: 3.9.6
+
+Package: mate-optimus
+Architecture: all
+Depends: python3,
+ ${misc:Depends},
+Description: NVIDIA Optimus applet
+ Displays the active GPU and lets you switch between the Intel and
+ nvidia GPUs on NVIDIA Optimus equipped computers.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..b2992b9
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,48 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: mate-optimus
+Upstream-Contact: Martin Wimpress <code at flexion.org>
+Source: https://bitbucket.org/ubuntu-mate/mate-optimus
+
+Files: *
+Copyright: 2015 Clement Lefebvre <root at linuxmint.com>
+ 2015 Martin Wimpress <code at flexion.org>
+License: GPL-3+
+
+Files: usr/share/pixmaps/optimus-tray-intel.png
+ usr/share/pixmaps/optimus-tray-nvidia.png
+Copyright: 2004-2014 NVIDIA Corporation
+License: GPL-2
+
+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 version 2 as published
+ by the Free Software Foundation.
+ .
+ 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 package; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public License
+ version 2 can be found in the file /usr/share/common-licenses/GPL-2.
+
+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 version 3 can be found in "/usr/share/common-licenses/GPL-3".
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..73752c9
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+usr
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..5b8a099
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+%:
+ dh ${@}
+
+get-orig-source:
+ uscan --noconf --force-download --rename --download-current-version --destdir=..
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..315bb66
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://bitbucket.org/ubuntu-mate/mate-optimus/downloads .*/(\d\S*)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-optimus.git
More information about the pkg-mate-commits
mailing list