[mate-applet-lockkeys] 01/01: starting with debian/ folder as used by MATE upstream

Vangelis Mouhtsis gnugr-guest at moszumanska.debian.org
Wed Jan 28 16:11:49 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-applet-lockkeys.

commit 8ba1e3d79e1540899669b648128051344226dc66
Author: Vangelis Mouhtsis <vangelis at gnugr.org>
Date:   Wed Jan 28 18:10:16 2015 +0200

    starting with debian/ folder as used by MATE upstream
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/copyright     | 40 ++++++++++++++++++++++++++++++++++++++++
 debian/rules         | 22 ++++++++++++++++++++++
 debian/source/format |  1 +
 debian/watch         |  2 ++
 7 files changed, 123 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..a71b58d
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+mate-applet-lockkeys (0.2.4-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #776381).
+
+ -- Vangelis Mouhtsis <vangelis at gnugr.org>  Mon, 26 Jan 2015 21:49:40 +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..021146f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,52 @@
+Source: mate-applet-lockkeys
+Section: x11
+Priority: optional
+Maintainer: MATE Packaging Team <pkg-mate-team at lists.alioth.debian.org>
+Uploaders: Vangelis Mouhtsis <vangelis at gnugr.org>,
+           Stefano Karapetsas <stefano at karapetsas.com>,
+           John Paul Adrian Glaubitz <glaubitz at physik.fu-berlin.de>,
+           Mike Gabriel <sunweaver at debian.org>,
+           Martin Wimpress <code at flexion.org,
+Build-Depends: debhelper (>= 9),
+               cdbs,
+               libmate-panel-applet-dev,
+               libgtk2.0-dev,
+               mate-common
+Build-Depends-Indep: intltool (>= 0.40.0),
+                     gettext
+Standards-Version: 3.9.6
+Homepage: http://www.mate-desktop.org/
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mate/mate-applet-lockkeys.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-mate/mate-applet-lockkeys.git
+Package: mate-applet-lockkeys
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         mate-applet-lockkeys-common
+Description: CapsLock, NumLock and ScrollLock MATE applet.
+ MATE panel applet that shows which of the CapsLock, Numlock and ScrollLock
+ keys are on and which are off.
+
+Package: mate-applet-lockkeys-common
+Architecture: all
+Depends: ${misc:Depends}
+Description: CapsLock, NumLock and ScrollLock MATE panel applet (common files)
+ MATE panel applet that shows which of the CapsLock, NumLock and ScrollLock
+ keys are on and which are off.
+ .
+ This package contains the architecture independent files.
+
+Package: mate-applet-lockkeys-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends},
+         mate-lockkeys (= ${binary:Version})
+Description: CapsLock, NumLock and ScrollLock MATE panel applet (debugging symbols)
+ MATE panel applet that shows which of the CapsLock, NumLock and ScrollLock
+ keys are on and which are off.
+ .
+ This package contains debugging symbols for MATE LockKeys
+ .
+ The debugging symbols are installed in /usr/lib/debug and will
+ automatically be used by gdb.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..a5d9462
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,40 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: mate-applet-lockkeys
+Upstream-Contact: Assen Totin <assen.totin at gmail.com>
+Source: http://www.zavedil.com/wp-content/uploads/2015/01/mate-
+applet-lockkeys- at PACKAGE_VERSION@.tar.gz
+
+Files: src/applet.h
+       src/main.c
+Copyright: 2008, Jörgen Scheibengruber <mfcn at gmx.de>
+           2014, Assen Totin <assen.totin at gmail.com>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2015, Martin Wimpress <code at flexion.org>
+           2015, Vangelis Mouhtsis <vangelis at gnugr.org>
+           2015, Mike Gabriel <sunweaver at debian.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, 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, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, 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'.
+
+
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..cbc8c10
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,22 @@
+#!/usr/bin/make -f
+
+DHFLAGS=--parallel
+
+%:
+	dh $@ $(DHFLAGS)
+
+override_dh_install:
+	dh_install --fail-missing
+	rm -fv debian/tmp/usr/share/glib-2.0/schemas/gschemas.compiled
+
+override_dh_auto_configure:
+	NOCONFIGURE=1 ./autogen.sh
+	dh_auto_configure $(DHFLAGS) -- \
+		--prefix=/usr
+		--libexecdir=/usr/lib/mate-applet-lockkeys
+
+override_dh_strip:
+	dh_strip -pmate-applet-lockkeys --dbg-package=mate-applet-lockkeys
+
+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..e308f4b
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://github.com/NiceandGently/mate-applet-lockkeys/archive/v(\d\.\d\.\d).tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-applet-lockkeys.git



More information about the pkg-mate-commits mailing list