[Pkg-wmaker-commits] [wmmixer] 03/24: Import Debian changes 1.0beta1-3
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Sun Aug 27 13:12:52 UTC 2017
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository wmmixer.
commit e24f5e2f8b8a5d0e920d2f6f2543ca1eace2afbf
Merge: 17536f8 4f0f877
Author: Marcelo E. Magallon <mmagallo at debian.org>
Date: Fri Dec 4 13:58:26 1998 -0600
Import Debian changes 1.0beta1-3
wmmixer (1.0beta1-3) frozen unstable; urgency=low
* debian/rules: added dh_installexamples home.wmmixer (closes: bug#25482)
* recompiled with lastest g++
* Added frozen to the target distributions...
wmmixer (1.0beta1-2) unstable; urgency=low
* debian/rules: added dh_installexamples home.wmmixer (closes: bug#25482)
* recompiled with lastest g++
wmmixer (1.0beta1-1) unstable; urgency=low
* New upstream version
* Added CC=c++ to debian/rules (why does it work ok with wmmount but not
with this one?)
* debian/rules: changed cp wmmixer ... to install -s -m 0755 wmmixer ...
* debian/control: upgraded Standards Version to 2.4.1
* debian/control: Suggests: wmaker | afterstep
* debian/rules: nuke -DX_LOCALE after making Makefile
* Added copyright information to debian/rules
.wmmixer | 74 ----
FAQ | 31 --
Imakefile | 9 +-
README | 147 +++++---
XPM/{symbols.xpm => icons.xpm} | 2 +-
XPM/wmmixer.xpm | 122 +++----
debian/changelog | 28 ++
debian/control | 6 +-
debian/docs | 2 -
debian/rules | 18 +-
home.wmmixer | 69 ++++
mixctl.h | 33 +-
wmmixer.cc | 759 +++++++++++++++++++++++------------------
13 files changed, 710 insertions(+), 590 deletions(-)
diff --cc debian/changelog
index 7ab1098,0000000..4e05a01
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,39 -1,0 +1,67 @@@
++wmmixer (1.0beta1-3) frozen unstable; urgency=low
++
++ * debian/rules: added dh_installexamples home.wmmixer (closes: bug#25482)
++ * recompiled with lastest g++
++ * Added frozen to the target distributions...
++
++ -- Marcelo E. Magallon <mmagallo at debian.org> Fri, 4 Dec 1998 13:58:26 -0600
++
++wmmixer (1.0beta1-2) unstable; urgency=low
++
++ * debian/rules: added dh_installexamples home.wmmixer (closes: bug#25482)
++ * recompiled with lastest g++
++
++ -- Marcelo E. Magallon <mmagallo at debian.org> Fri, 4 Dec 1998 12:36:31 -0600
++
++wmmixer (1.0beta1-1) unstable; urgency=low
++
++ * New upstream version
++ * Added CC=c++ to debian/rules (why does it work ok with wmmount but not
++ with this one?)
++ * debian/rules: changed cp wmmixer ... to install -s -m 0755 wmmixer ...
++ * debian/control: upgraded Standards Version to 2.4.1
++ * debian/control: Suggests: wmaker | afterstep
++ * debian/rules: nuke -DX_LOCALE after making Makefile
++ * Added copyright information to debian/rules
++
++ -- Marcelo E. Magallon <mmagallo at debian.org> Sun, 4 Oct 1998 20:42:22 -0600
++
+wmmixer (0.8-1) frozen unstable; urgency=low
+
+ * New upstream version
+ * WRT version 0.2 this: fixes bug relating to manual window positioning;
+ reduces CPU load; fixes bug relating to cards with no volume channel;
+ has better checking of supported channels; is GPLed.
+
+ -- Marcelo E. Magallon <mmagallo at debian.org> Sat, 9 May 1998 21:33:48 -0600
+
+wmmixer (0.7-1) unstable; urgency=low
+
+ * New upstream version. It's GPL'ed now! Moving into main
+ * Applied patch that handles Expose events
+
+ -- Marcelo E. Magallon <mmagallo at debian.org> Sat, 2 May 1998 13:37:54 -0600
+
+wmmixer (0.6-1) unstable; urgency=low
+
+ * New upstream version
+
+ -- Marcelo E. Magallon <mmagallo at debian.org> Wed, 8 Apr 1998 21:20:33 -0600
+
+wmmixer (0.2-2) frozen unstable; urgency=low
+
+ * Moving to non-free due to copyright
+
+ -- Marcelo E. Magallon <mmagallo at debian.org> Sat, 21 Mar 1998 15:29:04 -0600
+
+wmmixer (0.2-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Marcelo E. Magallon <mmagallo at debian.org> Sun, 5 Mar 1998 23:01:10 -0600
+
+Local variables:
+mode: debian-changelog
+mode: auto-fill
+add-log-mailing-address: "mmagallo at debian.org"
+End:
diff --cc debian/control
index 4cfda8e,0000000..23f69ee
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,16 -1,0 +1,16 @@@
+Source: wmmixer
+Section: sound
+Priority: optional
+Maintainer: Marcelo E. Magallon <mmagallo at debian.org>
- Standards-Version: 2.4.0.0
++Standards-Version: 2.4.1
+
+Package: wmmixer
+Architecture: any
+Section: sound
+Priority: optional
+Depends: ${shlibs:Depends}
- Suggests: wmaker
++Suggests: wmaker | afterstep
+Description: A mixer application designed for WindowMaker
- There's nothing in the program that makes it requiere WindowMaker, except
++ There's nothing in the program that makes it require WindowMaker, except
+ maybe the NeXTStep look and the fact that it properly docks. It can
+ be used with other window managers without problems
diff --cc debian/rules
index 8075807,0000000..5ea55ae
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,58 -1,0 +1,62 @@@
+#!/usr/bin/make -f
++# This is a -*- makefile -*-
++# Modified from the sample debian/rules that uses debhelper.
++# GNU copyright 1998 by Marcelo Magallon.
++# GNU copyright 1997 by Joey Hess.
+
+package=wmmixer
+
- SHELL=/bin/sh
-
- export DH_VERBOSE = 1
++# export DH_VERBOSE = 1
+
+build: stamp-build
+
+stamp-build: Makefile
+ dh_testdir
- make
++ make CC=c++ CXXDEBUGFLAGS="-g -O2"
+ touch stamp-build
+
+Makefile:
- xmkmf
++ xmkmf -a
++ perl -pi -e 's/-DX_LOCALE//g;' Makefile
+
+clean:
+ dh_testdir
+ dh_testroot
+ -make clean
+ -rm -f stamp-build Makefile
+ dh_clean
+
+binary-indep: build
+# dh_testdir -i
+# dh_testroot
+# dh_clean -i -k
+
+binary-arch: build
+ dh_testdir -a
+ dh_testroot
+ dh_clean -a -k
+ dh_installdirs -a
- cp wmmixer debian/tmp/usr/X11R6/bin
- dh_installdocs -a
++ install -s -m 0755 wmmixer debian/tmp/usr/X11R6/bin
++ dh_installdocs -a README
++ dh_installexamples -a home.wmmixer
+ dh_installmenu -a
+ dh_undocumented wmmixer.7x
+ dh_installchangelogs -a
+ dh_strip -a
+ dh_compress -a
+ dh_fixperms -a
+ dh_installdeb -a
+ dh_shlibdeps -a
+ dh_gencontrol -a -u-isp
+ dh_makeshlibs -a
+ dh_md5sums -a
+ dh_builddeb -a
+
+binary: binary-indep binary-arch
+
+.PHONY: binary binary-arch binary-indep build clean
+
+# Local variables:
+# mode: makefile
+# mode: font-lock
+# End:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmmixer.git
More information about the Pkg-wmaker-commits
mailing list