[Pkg-wmaker-commits] [wmauda] 14/17: Import Debian changes 0.8-1

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Jul 7 01:08:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmauda.

commit 66b3976b48c6932c0f1ed60d8ea58ba05f259699
Merge: b73c421 e614c4a
Author: Rodolfo García Peñas (kix) <kix at kix.es>
Date:   Sun Feb 5 22:46:31 2012 +0100

    Import Debian changes 0.8-1
    
    wmauda (0.8-1) unstable; urgency=low
    
      * New maintainer (closes: #628903).
      * New upstream version (closes: #657596).
        + Debian patches included in upstream.
        + Changes de audacious2 command to audacious.
        + The manpage changes the audacious word to upcase.
      * Removed chrpath in debian/control because is not needed.
        (chrpath -l wmauda reports: wmauda: no rpath or runpath tag found.).
      * Debhelper compatibility bumped to 7.
      * Bump Standards-Version to 3.9.2.
        + New debian/rules file.
      * Added the Homepage field to debian/control.
      * debian/copyright is now DEP-5.
      * New debian/patches, DEP-3.
      * New debian/watch file.
      * Linking with --as-needed to avoid overlinking.

 Makefile             |  7 ++--
 debian/changelog     | 20 ++++++++++++
 debian/compat        |  2 +-
 debian/control       |  7 ++--
 debian/copyright     | 91 ++++++++++++++++++++++++++++++----------------------
 debian/rules         | 76 ++++---------------------------------------
 debian/source/format |  1 +
 debian/watch         |  2 ++
 wmauda.1             |  4 +--
 wmauda.c             | 13 ++------
 10 files changed, 96 insertions(+), 127 deletions(-)

diff --cc debian/changelog
index 835f703,0000000..83b1a66
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,113 -1,0 +1,133 @@@
++wmauda (0.8-1) unstable; urgency=low
++
++  * New maintainer (closes: #628903).
++  * New upstream version (closes: #657596).
++    + Debian patches included in upstream.
++    + Changes de audacious2 command to audacious.
++    + The manpage changes the audacious word to upcase.
++  * Removed chrpath in debian/control because is not needed.
++    (chrpath -l wmauda reports: wmauda: no rpath or runpath tag found.).
++  * Debhelper compatibility bumped to 7.
++  * Bump Standards-Version to 3.9.2.
++    + New debian/rules file.
++  * Added the Homepage field to debian/control.
++  * debian/copyright is now DEP-5.
++  * New debian/patches, DEP-3.
++  * New debian/watch file.
++  * Linking with --as-needed to avoid overlinking.
++
++ -- Rodolfo García Peñas (kix) <kix at kix.es>  Sun, 05 Feb 2012 22:46:31 +0100
++
 +wmauda (0.7-5) unstable; urgency=low
 +
 +  * Orphaning the package.
 +
 +  * debian/control:
 +    + Set maintainer to Debian QA.
 +
 + -- Julien BLACHE <jblache at debian.org>  Thu, 02 Jun 2011 12:13:51 +0200
 +
 +wmauda (0.7-4) unstable; urgency=low
 +
 +  * debian/control:
 +    + Bump Standards-Version to 3.8.3 (no changes).
 +
 +  * Makefile:
 +    + Add missing -lX11 to LIBS (closes: #556679).
 +
 + -- Julien BLACHE <jblache at debian.org>  Tue, 17 Nov 2009 21:21:23 +0100
 +
 +wmauda (0.7-3) unstable; urgency=low
 +
 +  * debian/control:
 +    + Bump Standards-Version to 3.8.2 (no changes).
 +    + Add build-dep on chrpath.
 +  * debian/rules:
 +    + Use chrpath to remove rpath on wmauda binary. The rpath is due to
 +      audclient.pc.
 +
 +  * wmauda.c:
 +    + audacious is now called audacious2, change default command to
 +      match (closes: #534109).
 +  * wmauda.1:
 +    + Ditto.
 +    + Capitalize Audacious in the manpage in a consistent manner, update
 +      date and version.
 +  * Makefile:
 +    + Use audclient.pc instead of audacious.pc.
 +
 + -- Julien BLACHE <jblache at debian.org>  Fri, 26 Jun 2009 17:35:45 +0200
 +
 +wmauda (0.7-2) unstable; urgency=low
 +
 +  * Add dependency on dbus-x11, for dbus-launch.
 +
 + -- Julien BLACHE <jblache at debian.org>  Sat, 05 Apr 2008 09:35:28 +0200
 +
 +wmauda (0.7-1) unstable; urgency=low
 +
 +  * Switched to new upstream source.
 +
 +  * debian/patches/10_Makefile_default_CFLAGS.dpatch:
 +    + Removed; not needed.
 +  * debian/patches/11_fix_pixmap_depth.dpatch:
 +    + Removed; merged upstream.
 +  * debian/patches/12_port_to_audacious_1.4.dpatch:
 +    + Removed; merged upstream.
 +  * debian/control:
 +    + Remove Build-Dependency on dpatch.
 +    + Bump Standards-Version to 3.7.3 (no changes).
 +  * debian/rules:
 +    + Remove dpatch support.
 +  * debian/copyright:
 +    + Update upstream URL.
 +  * wmauda.1:
 +    + Remove -s/--session as it's no longer supported.
 +
 + -- Julien BLACHE <jblache at debian.org>  Mon, 31 Dec 2007 14:48:06 +0100
 +
 +wmauda (0.3-5) unstable; urgency=low
 +
 +  * debian/control:
 +    + Build-Depends: dpatch.
 +    + Bump audacious-dev build-dep.
 +    + Promote audacious from Recommends to Depends, versionned on >= 1.4.0-1.
 +  * debian/rules:
 +    + Use dpatch.
 +  * debian/patches/10_Makefile_default_CFLAGS.dpatch:
 +    + From previous Debian diff.
 +  * debian/patches/11_fix_pixmap_depth.dpatch:
 +    + From previous Debian diff.
 +  * debian/patches/12_port_to_audacious_1.4.dpatch:
 +    + Added; Port wmauda to the new DBus remote control interface in
 +      Audacious 1.4 (closes: #450439).
 +
 + -- Julien BLACHE <jblache at debian.org>  Thu, 15 Nov 2007 09:20:14 +0100
 +
 +wmauda (0.3-4) unstable; urgency=low
 +
 +  * wmauda.c:
 +    + Fix launch_pixmap creation; use drawable depth instead of specifying an
 +     erroneous depth (closes: #444379).
 +
 + -- Julien BLACHE <jblache at debian.org>  Mon, 01 Oct 2007 20:13:08 +0200
 +
 +wmauda (0.3-3) unstable; urgency=low
 +
 +  * debian/menu:
 +    + Added a description.
 +
 + -- Julien BLACHE <jblache at debian.org>  Sun, 05 Aug 2007 21:03:03 +0200
 +
 +wmauda (0.3-2) unstable; urgency=low
 +
 +  * debian/menu:
 +    + Added; add debian menu file.
 +
 + -- Julien BLACHE <jblache at debian.org>  Thu, 02 Aug 2007 18:54:15 +0200
 +
 +wmauda (0.3-1) unstable; urgency=low
 +
 +  * Initial release (Closes: #435390)
 +
 + -- Julien BLACHE <jblache at debian.org>  Tue, 31 Jul 2007 14:44:06 +0200
diff --cc debian/compat
index 7ed6ff8,0000000..7f8f011
mode 100644,000000..100644
--- a/debian/compat
+++ b/debian/compat
@@@ -1,1 -1,0 +1,1 @@@
- 5
++7
diff --cc debian/control
index 7862484,0000000..9e6aa0b
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,16 -1,0 +1,17 @@@
 +Source: wmauda
 +Section: sound
 +Priority: extra
- Maintainer: Debian QA Group <packages at qa.debian.org>
- Build-Depends: debhelper (>= 5), audacious-dev (>= 1.4.0), chrpath
- Standards-Version: 3.8.3
++Maintainer: Rodolfo García Peñas (kix) <kix at kix.es>
++Build-Depends: debhelper (>= 7.0.50~), audacious-dev (>= 1.4.0)
++Standards-Version: 3.9.2
++Homepage: http://www.netswarm.net/misc/
 +
 +Package: wmauda
 +Architecture: any
 +Depends: ${shlibs:Depends}, ${misc:Depends}, audacious (>= 1.4.0), dbus-x11
 +Description: remote-control dockapp for Audacious
 + wmauda is a dockapp for WindowMaker and other window managers that support
 + dockable applets. It acts as a remote control for the Audacious media player.
 + .
 + wmauda is a port of wmxmms to Audacious, itself seen as a replacement for
 + XMMS.
diff --cc debian/copyright
index da2fb2c,0000000..a880241
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,39 -1,0 +1,52 @@@
- This package was debianized by Julien BLACHE <jblache at debian.org> on
- Mon, 30 Jul 2007 19:05:48 +0200.
- 
- It was downloaded from: http://www.netswarm.net/misc/
- 
- Upstream Authors:
-    Original wmxmms sources:
- 	Peter Alm
- 	Mikael Alm
- 	Olle Hallnas
- 	Thomas Nilsson
- 	4Front Technologies
- 
-    wmauda port:
- 	Michael Stewart <michael at alteredeclipse.org>
- 	Christian Birchinger <joker at netswarm.net>
- 	George Averill <nhjm449 at gmail.com>
- 
- Copyright: 
- 	Copyright (C) 2006 Michael Stewart <michael at alteredeclipse.org>
- 
- License:
- 
-     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.
- 
-     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.
- 
- The Debian packaging is (C) 2007, Julien BLACHE <jblache at debian.org> and
- is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
++Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=co&pathrev=174
++Upstream-Name: wmauda
++Upstream-Contact: Window Maker developers mailing list <wmaker-dev at lists.windowmaker.org>
++Source: http://www.netswarm.net/misc/
++
++Files: *
++Copyright: 2006, Michael Stewart <michael at alteredeclipse.org>
++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.
++ .
++ 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'.
++
++Files: debian/*
++Copyright: 2012, Rodolfo García Peñas (kix) <kix at kix.es>
++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.
++ .
++ 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'.
diff --cc debian/rules
index 7158906,0000000..a8f5da7
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,85 -1,0 +1,21 @@@
 +#!/usr/bin/make -f
- # -*- makefile -*-
- # Sample debian/rules that uses debhelper.
- # This file was originally written by Joey Hess and Craig Small.
- # As a special exception, when this file is copied by dh-make into a
- # dh-make output file, you may use that output file without restriction.
- # This special exception was added by Craig Small in version 0.37 of dh-make.
- 
- # Uncomment this to turn on verbose mode.
 +#export DH_VERBOSE=1
 +
- CFLAGS = -Wall -g
++CFLAGS = -Wall -g -Wl,--as-needed
 +
 +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 +	CFLAGS += -O0
 +else
 +	CFLAGS += -O2
 +endif
 +
- configure: configure-stamp
- configure-stamp:
- 	dh_testdir
- 	# Add here commands to configure the package.
- 
- 	touch configure-stamp
- 
- 
- build: build-stamp
- 
- build-stamp: configure-stamp 
- 	dh_testdir
- 
- 	# Add here commands to compile the package.
- 	CFLAGS="$(CFLAGS)" $(MAKE) PREFIX=/usr
- 
- 	touch $@
 +
- clean:
- 	dh_testdir
- 	dh_testroot
- 	rm -f build-stamp configure-stamp
++%:
++	dh $@
 +
- 	# Add here commands to clean up after the build process.
- 	$(MAKE) clean
- 
- 	dh_clean 
- 
- install: build
- 	dh_testdir
- 	dh_testroot
- 	dh_clean -k 
- 	dh_installdirs
++override_dh_auto_build:
++	CFLAGS="$(CFLAGS)" $(MAKE)
 +
++override_dh_auto_install:
 +	# Add here commands to install the package into debian/wmauda.
 +	$(MAKE) DESTDIR=$(CURDIR)/debian/wmauda PREFIX=/usr install
- 
- 	# Remove rpath caused by audclient.pc
- 	chrpath -d debian/wmauda/usr/bin/wmauda
- 
- # Build architecture-independent files here.
- binary-indep: build install
- # We have nothing to do by default.
- 
- # Build architecture-dependent files here.
- binary-arch: build install
- 	dh_testdir
- 	dh_testroot
- 	dh_installchangelogs 
- 	dh_installdocs
- 	dh_installexamples
- #	dh_install
- 	dh_installmenu
- 	dh_installman
- 	dh_link
- 	dh_strip
- 	dh_compress
- 	dh_fixperms
- 	dh_installdeb
- 	dh_shlibdeps
- 	dh_gencontrol
- 	dh_md5sums
- 	dh_builddeb
- 
- binary: binary-indep binary-arch
- .PHONY: build clean binary-indep binary-arch binary install configure
diff --cc debian/source/format
index 0000000,0000000..163aaf8
new file mode 100644
--- /dev/null
+++ b/debian/source/format
@@@ -1,0 -1,0 +1,1 @@@
++3.0 (quilt)
diff --cc debian/watch
index 0000000,0000000..e287fd7
new file mode 100644
--- /dev/null
+++ b/debian/watch
@@@ -1,0 -1,0 +1,2 @@@
++version=3
++http://www.netswarm.net/misc/wmauda-(.+).tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmauda.git



More information about the Pkg-wmaker-commits mailing list