[Pkg-wmaker-commits] [wmix] 05/10: Import Debian changes 3.1-1

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Sep 29 02:16:30 UTC 2017


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

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

commit 161f18f9ec1f924bcf8b146b4a8d3f40b5d83479
Merge: a217bcc ef4ee76
Author: Fredrik Steen <stone at debian.org>
Date:   Fri Oct 14 11:23:58 2005 +0200

    Import Debian changes 3.1-1
    
    wmix (3.1-1) unstable; urgency=low
    
      * New upstream release (Closes:#254291)

 NEWS                                    | 10 +++++++++
 debian/changelog                        |  6 ++++++
 debian/menu                             |  2 --
 debian/menu.wmix                        |  2 ++
 debian/patches/wmix_10percent_fix.patch | 11 ----------
 debian/rules                            |  3 ---
 include/mixer.h                         |  6 +++++-
 mixer-oss.c                             | 38 +++++++++++++++++++++++----------
 ui_x.c                                  |  3 ++-
 wmix.c                                  | 24 +++++++++++++++++++--
 10 files changed, 74 insertions(+), 31 deletions(-)

diff --cc debian/changelog
index 2de074b,0000000..cdc7768
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,83 -1,0 +1,89 @@@
++wmix (3.1-1) unstable; urgency=low
++
++  * New upstream release (Closes:#254291)
++
++ -- Fredrik Steen <stone at debian.org>  Fri, 14 Oct 2005 11:23:58 +0200
++
 +wmix (3.0-7) unstable; urgency=low
 +
 +  * It seems the reason is that the new kernel headers don't like having
 +    the mixer_info type name masked by a local variable. Patch from
 +    Daniel Schepler (thanks) Closes:#224790
 +
 + -- Fredrik Steen <stone at debian.org>  Fri,  2 Jan 2004 14:07:50 +0100
 +
 +wmix (3.0-6) unstable; urgency=low
 +
 +  * The doh! release. Forgot to Build-depend on cdbs
 +    Closes:#217054
 +
 + -- Fredrik Steen <stone at debian.org>  Wed, 22 Oct 2003 15:50:07 +0200
 +
 +wmix (3.0-5) unstable; urgency=low
 +
 +  * Converted package to use cdbs
 +  * Patch from Andreas Tscharner <starfire at dplanet.ch> to fix 10% bug
 +    (Closes:#216488)
 +
 + -- Fredrik Steen <stone at debian.org>  Wed, 22 Oct 2003 11:35:06 +0200
 +
 +wmix (3.0-4) unstable; urgency=low
 +
 +  * lib6g-dev is obsolete. Build-Depends on xlibs-dev instead.
 +    Thanks to Daniel Schepler for the bug report. (Closes:#170151)
 +  * Updated Standards-version
 +
 + -- Fredrik Steen <stone at debian.org>  Tue, 17 Dec 2002 16:15:28 +0100
 +
 +wmix (3.0-3) unstable; urgency=low
 +
 +  * Fixed a too long description line, Closes:#130987.
 +
 + -- Fredrik Steen <stone at debian.org>  Tue, 29 Jan 2002 04:43:56 +0100
 +
 +wmix (3.0-2) unstable; urgency=low
 +
 +  * fixed spelling error in description Closes:#125494
 +
 + -- Fredrik Steen <stone at debian.org>  Tue, 18 Dec 2001 13:49:22 +0100
 +
 +wmix (3.0-1) unstable; urgency=low
 +
 +  * New upstream release Closes:#99315
 +  * Sample rc file included
 +
 + -- Fredrik Steen <stone at debian.org>  Fri,  1 Jun 2001 08:21:01 +0200
 +
 +wmix (2.20-2) unstable; urgency=low
 +
 +  * Removed gzip from Build-Depends, not needed. 
 +  * Changed Build-Depends from xpm4g-dev to xlibs-dev.
 +
 + -- Fredrik Steen <stone at debian.org>  Thu, 26 Apr 2001 08:15:03 +0200
 +
 +wmix (2.20-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Man page created and added Closes:#92595.
 +  * Debian Packaging
 +  	+ Fixed wrong path to binary in menu.
 +  	+ Fixed Build-Depends: occuring twice in control.
 +  	+ Added gzip in Build-Depends for compressing man page during build.
 +
 + -- Fredrik Steen <stone at debian.org>  Mon, 23 Apr 2001 19:35:52 +0200
 +
 +wmix (2.11-oss-2) unstable; urgency=low
 +
 +  * Fixed Builddepends to include xlibs-dev Closes:#93423 
 +
 + -- Fredrik Steen <stone at debian.org>  Tue, 10 Apr 2001 17:17:20 +0200
 +
 +wmix (2.11-oss-1) unstable; urgency=low
 +
 +  * Initial Release, Closes:#91759 wnpp bug
 +
 + -- Fredrik Steen <stone at debian.org>  Mon, 26 Mar 2001 13:39:54 +0200
 +
 +Local variables:
 +mode: debian-changelog
 +End:
diff --cc debian/menu.wmix
index 0000000,0000000..2e07f68
new file mode 100644
--- /dev/null
+++ b/debian/menu.wmix
@@@ -1,0 -1,0 +1,2 @@@
++?package(wmix):needs="X11" section="Apps/Sound"\
++  title="wmix" command="wmix"
diff --cc debian/rules
index 6542edd,0000000..ace0ff4
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,18 -1,0 +1,15 @@@
 +#!/usr/bin/make -f
 +# -*- mode: makefile; coding: utf-8 -*-
 +# Copyright © 2003 Fredrik Steen <stone at debian.org>
 +export DH_VERBOSE=1
 +include /usr/share/cdbs/1/rules/debhelper.mk
- include /usr/share/cdbs/1/rules/simple-patchsys.mk
 +
 +DEB_INSTALL_MANPAGES_wmix := debian/wmix.1x
 +
 +build/wmix::
 +	make
 +
 +install/wmix::
 +	install -s -o root -g root -m 0755 wmix debian/wmix/usr/bin/
 +clean::
 +	-make clean
- #	pwd
- #	-/bin/gunzip debian/wmix.1x.gz

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



More information about the Pkg-wmaker-commits mailing list