[Pkg-wmaker-commits] [wmrack] 33/97: Imported Debian patch 0.9-1

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Aug 22 02:42:02 UTC 2015


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

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

commit 9584de1af5b6dcf1cbfbd5a0867a07012ce760e2
Author: Marcelo E. Magallon <mmagallo at debian.org>
Date:   Fri Jan 2 14:00:10 1998 -0600

    Imported Debian patch 0.9-1
---
 cdrom.c              |  1 +
 debian/README.debian |  7 +++++++
 debian/changelog     | 11 ++++++++++
 debian/control       | 13 ++++++++++++
 debian/copyright     | 11 ++++++++++
 debian/dirs          |  4 ++++
 debian/docs          |  3 +++
 debian/menu          |  6 ++++++
 debian/postinst      |  5 +++++
 debian/postrm        |  7 +++++++
 debian/rules         | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 11 files changed, 125 insertions(+)

diff --git a/cdrom.c b/cdrom.c
index 2ecb575..8313834 100644
--- a/cdrom.c
+++ b/cdrom.c
@@ -17,6 +17,7 @@
 #include <sys/ioctl.h>
 #include <sys/param.h>
 #include <sys/stat.h>
+#include <sys/ustat.h>
 #include <sys/time.h>
 #include <fcntl.h>
 
diff --git a/debian/README.debian b/debian/README.debian
new file mode 100644
index 0000000..71e1678
--- /dev/null
+++ b/debian/README.debian
@@ -0,0 +1,7 @@
+wmrack for DEBIAN
+-----------------
+
+This is Debian GNU/Linux's prepackaged version of wmrack, a rack like
+program 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..4ab260c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,11 @@
+wmrack (0.9-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Marcelo E. Magallon <mmagallo at debian.org>  Fri,  2 Jan 1998 14:00: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..a3c2851
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,13 @@
+Source: wmrack
+Section: x11
+Priority: optional
+Maintainer: Marcelo E. Magallon <mmagallo at debian.org>
+Standards-Version: 2.4.0.0
+
+Package: wmrack
+Architecture: any
+Depends: ${shlibs:Depends}
+Suggests: wmaker
+Description: A rack like program designed for WindowMaker
+ There's nothing in the program that makes it requiere WindowMaker, except
+ maybe the look.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..f5ccf75
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,11 @@
+This package was debianized by Marcelo E. Magallon
+<mmagallo at efis.ucr.ac.cr> on Sun, 5 Mar 1998 22:42:00 -0600.
+
+It was downloaded from http://wm.wep.net/
+
+wmrack is distributed under the terms of the GNU Public License.
+
+You can find a copy of the GNU General Public License in the directory
+/usr/doc/copyright, in the file GPL; if not, you can obtain a copy
+writing to the Free Software Foundation, Inc., 59 Temple Place, Suite
+330, Boston, MA 02111-1307, USA.
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..6d26313
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1,4 @@
+usr/X11R6/bin
+usr/X11R6/man/man1
+usr/doc/wmrack
+usr/lib/menu
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e337eb1
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,3 @@
+README
+TODO
+WARRANTY
diff --git a/debian/menu b/debian/menu
new file mode 100644
index 0000000..6966565
--- /dev/null
+++ b/debian/menu
@@ -0,0 +1,6 @@
+?package(wmrack):\
+   needs="x11"\
+   icon="none"\
+   section="Apps/Sound"\
+   title="WMrack"\
+   command="/usr/X11R6/bin/wmrack -w"
diff --git a/debian/postinst b/debian/postinst
new file mode 100644
index 0000000..013b026
--- /dev/null
+++ b/debian/postinst
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+set -e
+
+if [ -x /usr/bin/update-menus ] ; then update-menus; fi
diff --git a/debian/postrm b/debian/postrm
new file mode 100644
index 0000000..ff2a2f6
--- /dev/null
+++ b/debian/postrm
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+set -e
+
+if [ -x /usr/bin/update-menus ] ; then update-menus ; fi
+
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..fadab6f
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,57 @@
+#!/usr/bin/make -f
+
+package=wmrack
+
+SHELL=/bin/sh
+
+export DH_VERBOSE = 1
+
+build: Makefile
+	dh_testdir
+	make
+	touch build
+
+Makefile: 
+	xmkmf
+
+clean:
+	dh_testdir
+	dh_testroot
+	-make clean
+	-rm -f 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 wmrack debian/tmp/usr/X11R6/bin
+	dh_installdocs -a
+	dh_installmenu -a
+	cp wmrack.man debian/tmp/usr/X11R6/man/man1/wmrack.1x
+	dh_installchangelogs -a
+	dh_strip -a
+	dh_compress -a
+	dh_fixperms -a
+	dh_installdeb -a
+	dh_shlibdeps -a
+	dh_gencontrol -a -u-isp #-DSection=x11 -u-DPriority=extra
+	dh_makeshlibs -a
+	dh_du -a
+	dh_md5sums -a
+	dh_builddeb -a
+
+binary:	binary-indep binary-arch
+
+.PHONY: binary binary-arch binary-indep 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/wmrack.git



More information about the Pkg-wmaker-commits mailing list