mate-applet-lockkeys patches

Vangelis Mouhtsis vangelis at gnugr.org
Wed Jan 28 14:43:57 UTC 2015


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Mike and all hi,
These patches are what i got from Martin.
Please review them before i push as start for the specific
package. I only have additional in debian/rules the (DHFLAGS)
and autogen.sh

Greets
gnugr
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBAgAGBQJUyPWtAAoJEGaW2W7vxiDh06AH/2NWIwAYBzbxk0zcqLXs//Vn
vw3mdz61mFjW+kE9NsL4V84M8zBH5IKo0KpgUNpuq6TgKuMRi9nhOcgN8+lfrH29
xGi3cr47Sd5sfqjjUxlHaxLOp7UfqeajdHWz//VkJvAzl88Psmx0D5h0Y33A4jeH
TQeB7IvnDYkUHOPtK7Lj8FQYr3io/S75SxTRm2bDDICWDQceEMk14PfX0ZEZ3hJP
ltCpHJ5eDaSOexpGXWCeAyh24y39wSM8ADlV1UxX84MAAu3SpK4RQXErQe3ltGj9
ENd3dl1F1JMY3CJgEt4vsazjjYz047xKYHEuJr5H7jLN3SQZsUCtky/IkcqAUlw=
=oTzt
-----END PGP SIGNATURE-----
-------------- next part --------------
mate-applet-lockkeys (0.2.4) unstable; urgency=low

  * Initial release.

 -- Vangelis Mouhtsis <vangelis at gnugr.org>  Mon, 26 Jan 2015 21:49:40 +0200
-------------- next part --------------
9
-------------- next part --------------
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.
-------------- next part --------------
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: mate-applet-lockkeys
Upstream-Contact: Stefano Karapetsas <stefano at karapetsas.com>
Source: http://git.mate-desktop.org/mate-applet-lockkeys/

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, Stefano Karapetsas <stafano at karapetsas.com>
           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.
 .
 On Debian systems, the complete text of version 2 of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL-2'.



-------------- next part --------------
usr/lib
-------------- next part --------------
usr/share
-------------- next part --------------
#!/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=..
-------------- next part --------------
version=3
https://github.com/NiceandGently/caja-actions/archive/v(\d\.\d\.\d).tar.gz


More information about the pkg-mate-team mailing list