[Pkg-wmaker-commits] [wmmixer] 02/24: Import Debian changes 0.8-1

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 17536f88252af9f06a7bcf4b82fa48c4c63b5bec
Author: Marcelo E. Magallon <mmagallo at debian.org>
Date:   Sat May 9 21:33:48 1998 -0600

    Import Debian changes 0.8-1
    
    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.
    
    wmmixer (0.7-1) unstable; urgency=low
    
      * New upstream version. It's GPL'ed now! Moving into main
      * Applied patch that handles Expose events
    
    wmmixer (0.6-1) unstable; urgency=low
    
      * New upstream version
    
    wmmixer (0.2-2) frozen unstable; urgency=low
    
      * Moving to non-free due to copyright
    
    wmmixer (0.2-1) unstable; urgency=low
    
      * Initial release
---
 Imakefile            |  1 +
 debian/README.debian |  7 +++++++
 debian/changelog     | 39 +++++++++++++++++++++++++++++++++++
 debian/control       | 16 +++++++++++++++
 debian/copyright     | 12 +++++++++++
 debian/dirs          |  3 +++
 debian/docs          |  2 ++
 debian/menu          |  6 ++++++
 debian/postinst      | 17 +++++++++++++++
 debian/postrm        | 30 +++++++++++++++++++++++++++
 debian/rules         | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 11 files changed, 191 insertions(+)

diff --git a/Imakefile b/Imakefile
index aec76e6..32c0370 100644
--- a/Imakefile
+++ b/Imakefile
@@ -1,3 +1,4 @@
+CC = c++
 XPMLIB = -lXpm
 DEPLIBS = $(DEPXLIB) 
 
diff --git a/debian/README.debian b/debian/README.debian
new file mode 100644
index 0000000..c404414
--- /dev/null
+++ b/debian/README.debian
@@ -0,0 +1,7 @@
+wmmixer for DEBIAN
+------------------
+
+This is Debian GNU/Linux's prepackaged version of wmmixer, a mixer
+application designed for WindowMaker.
+
+Marcelo E. Magallon <mmagallo at debian.org>, Fri,  2 Jan 1998 13:42:00 -0600
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..7ab1098
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,39 @@
+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 --git a/debian/control b/debian/control
new file mode 100644
index 0000000..4cfda8e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,16 @@
+Source: wmmixer
+Section: sound
+Priority: optional
+Maintainer: Marcelo E. Magallon <mmagallo at debian.org>
+Standards-Version: 2.4.0.0
+
+Package: wmmixer
+Architecture: any
+Section: sound
+Priority: optional
+Depends: ${shlibs:Depends}
+Suggests: wmaker
+Description: A mixer application designed for WindowMaker
+ There's nothing in the program that makes it requiere WindowMaker, except
+ maybe the NeXTStep look and the fact that it properly docks. It can
+ be used with other window managers without problems
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..f8a91b2
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,12 @@
+This package was debianized by Marcelo E. Magallon
+<mmagallo at debian.org> on Sun, 5 Mar 1998 23:00:00 -0600.
+
+wmmixer - a mixer control for WindowMaker by Sam Hawker
+shawkie at geocities.com
+
+It was downloaded from:
+
+  http://www.geocities.com/SiliconValley/Vista/2471/linux
+
+This program is distributed under the GPL. You can find a copy on
+/usr/doc/copyright/GPL.
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..6b82b3e
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1,3 @@
+usr/X11R6/bin
+usr/doc/wmmixer
+usr/lib/menu
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..5b97370
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+README
+FAQ
diff --git a/debian/menu b/debian/menu
new file mode 100644
index 0000000..7e81ec2
--- /dev/null
+++ b/debian/menu
@@ -0,0 +1,6 @@
+?package(wmmixer):\
+   needs="x11"\
+   icon="none"\
+   section="Apps/Sound"\
+   title="WMmixer"\
+   command="/usr/X11R6/bin/wmmixer -s -w"
diff --git a/debian/postinst b/debian/postinst
new file mode 100644
index 0000000..880a2cb
--- /dev/null
+++ b/debian/postinst
@@ -0,0 +1,17 @@
+#! /bin/sh -e
+
+case "$1" in
+  configure)
+    [ -x /usr/bin/update-menus ] && update-menus
+  ;;
+
+  abort-upgrade|abort-deconfigure|abort-remove)
+    # how did we got here? Force a non-zero exit code
+    exit 1
+  ;;
+  *)
+    echo "postinst called with unkown argument: \$1" >&2
+  ;;
+esac
+
+exit 0
diff --git a/debian/postrm b/debian/postrm
new file mode 100644
index 0000000..eb9643c
--- /dev/null
+++ b/debian/postrm
@@ -0,0 +1,30 @@
+#! /bin/sh -e
+
+case "$1" in
+  remove)
+    [ -x /usr/bin/update-menus ] && update-menus
+  ;;
+  purge)
+  ;;
+  upgrade)
+    # nothing to do
+  ;;
+  failed-upgrade)
+    # this is an upgrade, and it has failed. What can fail?
+    exit 1
+  ;;
+  abort-install)
+  ;;
+  abort-upgrade)
+  ;;
+  disappear)
+  ;;
+  *)
+    echo "postrm called with unknown argument \`$1'" >&2
+    exit 1
+  ;;
+esac
+
+exit 0
+
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..8075807
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,58 @@
+#!/usr/bin/make -f
+
+package=wmmixer
+
+SHELL=/bin/sh
+
+export DH_VERBOSE = 1
+
+build: stamp-build
+
+stamp-build: Makefile
+	dh_testdir
+	make
+	touch stamp-build
+
+Makefile: 
+	xmkmf
+
+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
+	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