[Pkg-wmaker-commits] [wmauda] 07/17: Import Debian changes 0.7-1

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Jul 7 01:08:49 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 275b55fcd36f8c3ff2eb1577bcaccc5b3431f168
Merge: 501da6a 9c1cb1e
Author: Julien BLACHE <jblache at debian.org>
Date:   Mon Dec 31 14:48:06 2007 +0100

    Import Debian changes 0.7-1
    
    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.

 Makefile                                         |   4 +-
 README                                           |   3 +
 config.h                                         |   2 +-
 debian/changelog                                 |  22 ++
 debian/control                                   |   4 +-
 debian/copyright                                 |   2 +-
 debian/patches/00list                            |   3 -
 debian/patches/10_Makefile_default_CFLAGS.dpatch |  17 --
 debian/patches/11_fix_pixmap_depth.dpatch        |  21 --
 debian/patches/12_port_to_audacious_1.4.dpatch   | 305 -----------------------
 debian/rules                                     |  10 +-
 wmauda.1                                         |   9 +-
 wmauda.c                                         | 135 +++++-----
 13 files changed, 115 insertions(+), 422 deletions(-)

diff --cc debian/changelog
index 172ddca,0000000..eaf2adc
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,45 -1,0 +1,67 @@@
++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/control
index 2f0b2e5,0000000..66f9774
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,16 -1,0 +1,16 @@@
 +Source: wmauda
 +Section: sound
 +Priority: extra
 +Maintainer: Julien BLACHE <jblache at debian.org>
- Build-Depends: debhelper (>= 5), dpatch, audacious-dev (>= 1.4.0-1)
- Standards-Version: 3.7.2
++Build-Depends: debhelper (>= 5), audacious-dev (>= 1.4.0-1)
++Standards-Version: 3.7.3
 +
 +Package: wmauda
 +Architecture: any
 +Depends: ${shlibs:Depends}, ${misc:Depends}, audacious (>= 1.4.0-1)
 +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 a087fc2,0000000..da2fb2c
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,39 -1,0 +1,39 @@@
 +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://dockapps.org/file.php/id/330
++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'.
diff --cc debian/rules
index c87670b,0000000..4a9c675
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,87 -1,0 +1,83 @@@
 +#!/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
 +
- # Include dpatch rules
- include /usr/share/dpatch/dpatch.make
- 
 +CFLAGS = -Wall -g
 +
 +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: patch-stamp configure-stamp 
++build-stamp: configure-stamp 
 +	dh_testdir
 +
 +	# Add here commands to compile the package.
 +	CFLAGS="$(CFLAGS)" $(MAKE) PREFIX=/usr
 +
 +	touch $@
 +
- clean: real-clean unpatch
- real-clean:
++clean:
 +	dh_testdir
 +	dh_testroot
 +	rm -f build-stamp configure-stamp
 +
 +	# 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
 +
 +	# Add here commands to install the package into debian/wmauda.
 +	$(MAKE) DESTDIR=$(CURDIR)/debian/wmauda PREFIX=/usr install
 +
 +
 +# 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 patch unpatch real-clean
++.PHONY: build clean binary-indep binary-arch binary install configure
diff --cc wmauda.1
index 08bba8f,08bba8f..33a579c
--- a/wmauda.1
+++ b/wmauda.1
@@@ -3,10 -3,10 +3,8 @@@
  WMAUDA \- a dockable Audacious control applet.
  .SH SYNOPSIS
  .B wmauda
--[\-h] [\-\-help] [\-s \fI<session>\fP] [\-\-session=\fI<session>\fP]
--[\-c \fI<command>\fP] [\-\-command=\fI<command>\fP] [\-i \fI<icon>\fP]
--[\-\-icon=\fI<icon>\fP] [\-n] [\-\-single] [\-t] [\-\-title]
--[\-\-version]
++[\-h] [\-\-help] [\-c \fI<command>\fP] [\-\-command=\fI<command>\fP] [\-i \fI<icon>\fP]
++[\-\-icon=\fI<icon>\fP] [\-n] [\-\-single] [\-t] [\-\-title] [\-\-version]
  .SH DESCRIPTION
  \fIWMAUDA\fP is a dock applet for the Window Maker window manager.
  From the applet you can start and control audacious.
@@@ -17,9 -17,9 +15,6 @@@ wmauda accepts the following options
  .B \-h, \-\-help
  Show summary of options.
  .TP
--.B \-s, \-\-session
--Select Audacious session (Default: 0).
--.TP
  .B \-c, \-\-command
  Command to start audacious (Default: audacious).
  .TP

-- 
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