[Pkg-xfce-commits] r9241 - in /goodies/trunk/xfce4-windowck-plugin/debian: ./ changelog compat control copyright docs rules source/ source/format watch

Mateusz Łukasik mati75-guest at moszumanska.debian.org
Sun Jul 12 10:24:23 UTC 2015


Author: mati75-guest
Date: Sun Jul 12 10:24:23 2015
New Revision: 9241

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=9241
Log:
dh_make

Added:
    goodies/trunk/xfce4-windowck-plugin/debian/
    goodies/trunk/xfce4-windowck-plugin/debian/changelog
    goodies/trunk/xfce4-windowck-plugin/debian/compat
    goodies/trunk/xfce4-windowck-plugin/debian/control
    goodies/trunk/xfce4-windowck-plugin/debian/copyright
    goodies/trunk/xfce4-windowck-plugin/debian/docs
    goodies/trunk/xfce4-windowck-plugin/debian/rules   (with props)
    goodies/trunk/xfce4-windowck-plugin/debian/source/
    goodies/trunk/xfce4-windowck-plugin/debian/source/format
    goodies/trunk/xfce4-windowck-plugin/debian/watch

Added: goodies/trunk/xfce4-windowck-plugin/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-windowck-plugin/debian/changelog?rev=9241&op=file
==============================================================================
--- goodies/trunk/xfce4-windowck-plugin/debian/changelog	(added)
+++ goodies/trunk/xfce4-windowck-plugin/debian/changelog	Sun Jul 12 10:24:23 2015
@@ -0,0 +1,5 @@
+xfce4-windowck-plugin (0.4.4-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #729511)
+
+ -- Mateusz Łukasik <mati75 at linuxmint.pl>  Sun, 12 Jul 2015 09:01:27 +0200

Added: goodies/trunk/xfce4-windowck-plugin/debian/compat
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-windowck-plugin/debian/compat?rev=9241&op=file
==============================================================================
--- goodies/trunk/xfce4-windowck-plugin/debian/compat	(added)
+++ goodies/trunk/xfce4-windowck-plugin/debian/compat	Sun Jul 12 10:24:23 2015
@@ -0,0 +1 @@
+9

Added: goodies/trunk/xfce4-windowck-plugin/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-windowck-plugin/debian/control?rev=9241&op=file
==============================================================================
--- goodies/trunk/xfce4-windowck-plugin/debian/control	(added)
+++ goodies/trunk/xfce4-windowck-plugin/debian/control	Sun Jul 12 10:24:23 2015
@@ -0,0 +1,29 @@
+Source: xfce4-windowck-plugin
+Section: xfce
+Priority: optional
+Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
+Uploaders: Yves-Alexis Perez <corsac at debian.org>,
+ Lionel Le Folgoc <mrpouit at gmail.com>,
+ Mateusz Łukasik <mati75 at linuxmint.pl>
+Build-Depends: debhelper (>= 9), dh-autoreconf, pkg-config, intltool, 
+ libxfce4ui-1-dev (>= 4.10), libwnck-dev (>= 2.30),
+ xfce4-dev-tools, libglib2.0-dev, libgtk2.0-dev, libx11-dev,
+ xfce4-panel-dev, imagemagick, python3-dev
+Standards-Version: 3.9.6
+Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-windowck-plugin
+Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/xfce4-windowck-plugin/
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-xfce/goodies/trunk/xfce4-windowck-plugin/
+
+Package: xfce4-windowck-plugin
+Architecture: any
+Multi-Arch: same
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: plugin which allows one to put the maximized window title on the panel
+ Main features are:
+ .
+ Show the title and buttons of the maximized window on the panel.
+ Allow window actions on buttons and title clicks.
+ Allow window action menu on left button click.
+ Title formatting options.
+ xfwm4/unity theming support for buttons.
+ .

Added: goodies/trunk/xfce4-windowck-plugin/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-windowck-plugin/debian/copyright?rev=9241&op=file
==============================================================================
--- goodies/trunk/xfce4-windowck-plugin/debian/copyright	(added)
+++ goodies/trunk/xfce4-windowck-plugin/debian/copyright	Sun Jul 12 10:24:23 2015
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: xfce4-windowck-plugin
+Source: http://goodies.xfce.org/projects/panel-plugins/xfce4-windowck-plugin
+Copyright: 2015 Cédric Leporcq <cedl38 at gmail.com>
+
+Files: *
+Copyright: 2015 Cédric Leporcq <cedl38 at gmail.com>
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2015 Cédric Leporcq <cedl38 at gmail.com>
+           2015 Mateusz Łukasik <mati75 at linuxmint.pl>
+License: GPL-3+
+
+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 package 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".

Added: goodies/trunk/xfce4-windowck-plugin/debian/docs
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-windowck-plugin/debian/docs?rev=9241&op=file
==============================================================================
--- goodies/trunk/xfce4-windowck-plugin/debian/docs	(added)
+++ goodies/trunk/xfce4-windowck-plugin/debian/docs	Sun Jul 12 10:24:23 2015
@@ -0,0 +1,2 @@
+README
+TODO

Added: goodies/trunk/xfce4-windowck-plugin/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-windowck-plugin/debian/rules?rev=9241&op=file
==============================================================================
--- goodies/trunk/xfce4-windowck-plugin/debian/rules	(added)
+++ goodies/trunk/xfce4-windowck-plugin/debian/rules	Sun Jul 12 10:24:23 2015
@@ -0,0 +1,20 @@
+#!/usr/bin/make -f
+
+export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 -Wl,-z,defs
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+
+%:
+	dh $@ --with autoreconf
+
+override_dh_autoreconf:
+	 dh_autoreconf ./autogen.sh
+	
+override_dh_auto_configure:
+	dh_auto_configure -- --prefix=/usr --libdir=/usr/lib/$(DEB_HOST_MULTIARCH)
+
+override_dh_auto_install:
+	dh_auto_install
+	find . -name "*.la" -exec rm {} \;
+
+override_dh_installchangelogs:
+	dh_installchangelogs NEWS

Propchange: goodies/trunk/xfce4-windowck-plugin/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: goodies/trunk/xfce4-windowck-plugin/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-windowck-plugin/debian/source/format?rev=9241&op=file
==============================================================================
--- goodies/trunk/xfce4-windowck-plugin/debian/source/format	(added)
+++ goodies/trunk/xfce4-windowck-plugin/debian/source/format	Sun Jul 12 10:24:23 2015
@@ -0,0 +1 @@
+3.0 (quilt)

Added: goodies/trunk/xfce4-windowck-plugin/debian/watch
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-windowck-plugin/debian/watch?rev=9241&op=file
==============================================================================
--- goodies/trunk/xfce4-windowck-plugin/debian/watch	(added)
+++ goodies/trunk/xfce4-windowck-plugin/debian/watch	Sun Jul 12 10:24:23 2015
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/xfce4-windowck-plugin-$1\.tar\.gz/ \
+  https://github.com/cedl38/xfce4-windowck-plugin/tags .*/v?(\d\S*)\.tar\.gz




More information about the Pkg-xfce-commits mailing list