[mate-tweak] 01/01: Starting with debian/ folder similar to what is used by Ubuntu MATE
Vangelis Mouhtsis
gnugr-guest at moszumanska.debian.org
Mon Feb 2 20:02:01 UTC 2015
This is an automated email from the git hooks/post-receive script.
gnugr-guest pushed a commit to branch master
in repository mate-tweak.
commit 7326ed9c7a13fe1e1cd5727ebf8d2ec586a3a099
Author: Vangelis Mouhtsis <vangelis at gnugr.org>
Date: Mon Feb 2 19:08:44 2015 +0200
Starting with debian/ folder similar to what is used by Ubuntu MATE
---
debian/changelog | 6 ++++++
debian/compat | 1 +
debian/control | 25 +++++++++++++++++++++++++
debian/copyright | 32 ++++++++++++++++++++++++++++++++
debian/install | 1 +
debian/rules | 13 +++++++++++++
debian/source/format | 1 +
debian/watch | 2 ++
8 files changed, 81 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..76e28a2
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+mate-tweak (3.4.1~15.04-1) UNRELEASED; urgency=medium
+
+ * Initial release (Closes: #nnnn).
+
+ -- Vangelis Mouhtsis <vangelis at gnugr.org> Thu, 29 Jan 2015 18:52:43 +0200
+
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..a4e86fd
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: mate-tweak
+Section: admin
+Priority: optional
+Maintainer: MATE Packaging Team <pkg-mate-team at lists.alioth.debian.org>
+Uploaders: Martin Wimpress <code at ubuntu-mate.org>,
+ Mike Gabriel <sunweaver at debian.org>,
+ Vangelis Mouhtsis <vangelis at gnugr.org>,
+Build-Depends: debhelper (>= 9),
+ python,
+Standards-Version: 3.9.6
+Homepage: https://bitbucket.org/flexiondotorg/mate-tweak/
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mate/mate-tweak.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-mate/mate-tweak.git
+
+Package: mate-tweak
+Architecture: any
+Depends: ${python:Depends},
+ ${misc:Depends},
+ python (>= 2.4),
+ python (<< 3),
+ wmctrl,
+Description: MATE desktop tweak tool
+ Configures some aspects of the MATE desktop, including
+ appearance, extensions, fonts, setup apps, workspaces,
+ and peripheral devices.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0dde38d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: mate-tweak
+Upstream-Contact: Martin Wimpress <code at ubuntu-mate.org>
+Source: https://bitbucket.org/flexiondotorg/mate-tweak/
+
+Files: usr/lib/ubuntu-mate/mate-tweak/mate-tweak.py
+Copyright: 2007-2014, Clement Lefebvre <root at linuxmint.com>
+License: GPL-2+
+
+Files: *
+Copyright: 2007-2014, Clement Lefebvre <root at linuxmint.com>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2014-2015, Martin Wimpress <code at ubuntu-mate.org>
+ 2015, Mike Gabriel <sunweaver at debian.org>
+ 2015, Vangelis Mouhtsis <vangelis at gnugr.org>
+License: GPL-2+
+
+License: GPL-2+
+ 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 2 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.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'.
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..12150c7
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+DHFLAGS=--parallel
+
+%:
+ dh $@ $(DHFLAGS) --with python2
+
+override_dh_auto_configure:
+ NONCONFIGURE=1 ./autogen.sh
+ dh_auto_configure $(DHFLAGS) --
+
+get-orig-source:
+ uscan --nonconf --force-download --rename --download-current-version --destdir=..
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..89ae9db
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (native)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..62ba4f9
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://launchpad.net/~ubuntu-mate-dev/+archive/ubuntu/ppa-([\d\.]+).tar.gz
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-tweak.git
More information about the pkg-mate-commits
mailing list