[Demudi-commits] r66 - in horgand/trunk: . debian man
Free Ekanayaka
free-guest@haydn.debian.org
Thu, 28 Oct 2004 05:37:59 -0600
Author: free-guest
Date: 2004-10-28 05:37:53 -0600 (Thu, 28 Oct 2004)
New Revision: 66
Added:
horgand/trunk/debian/
horgand/trunk/debian/changelog
horgand/trunk/debian/control
horgand/trunk/debian/copyright
horgand/trunk/debian/dirs
horgand/trunk/debian/docs
horgand/trunk/debian/manpages
horgand/trunk/debian/menu
horgand/trunk/debian/rules
Modified:
horgand/trunk/config.guess
horgand/trunk/config.sub
horgand/trunk/man/horgand.1
Log:
Load newtrunk into horgand/trunk.
Modified: horgand/trunk/config.guess
===================================================================
--- horgand/trunk/config.guess 2004-10-28 11:34:26 UTC (rev 65)
+++ horgand/trunk/config.guess 2004-10-28 11:37:53 UTC (rev 66)
@@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
-timestamp='2003-10-07'
+timestamp='2004-01-05'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -221,6 +221,9 @@
mvmeppc:OpenBSD:*:*)
echo powerpc-unknown-openbsd${UNAME_RELEASE}
exit 0 ;;
+ pegasos:OpenBSD:*:*)
+ echo powerpc-unknown-openbsd${UNAME_RELEASE}
+ exit 0 ;;
pmax:OpenBSD:*:*)
echo mipsel-unknown-openbsd${UNAME_RELEASE}
exit 0 ;;
@@ -307,6 +310,9 @@
*:OS/390:*:*)
echo i370-ibm-openedition
exit 0 ;;
+ *:OS400:*:*)
+ echo powerpc-ibm-os400
+ exit 0 ;;
arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
echo arm-acorn-riscix${UNAME_RELEASE}
exit 0;;
@@ -742,6 +748,11 @@
FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
exit 0 ;;
+ 5000:UNIX_System_V:4.*:*)
+ FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
+ FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
+ echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
+ exit 0 ;;
i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
exit 0 ;;
@@ -986,6 +997,9 @@
i*86:atheos:*:*)
echo ${UNAME_MACHINE}-unknown-atheos
exit 0 ;;
+ i*86:syllable:*:*)
+ echo ${UNAME_MACHINE}-pc-syllable
+ exit 0 ;;
i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*)
echo i386-unknown-lynxos${UNAME_RELEASE}
exit 0 ;;
@@ -1172,7 +1186,7 @@
*:QNX:*:4*)
echo i386-pc-qnx
exit 0 ;;
- NSR-[DGKLNPTVWY]:NONSTOP_KERNEL:*:*)
+ NSR-?:NONSTOP_KERNEL:*:*)
echo nsr-tandem-nsk${UNAME_RELEASE}
exit 0 ;;
*:NonStop-UX:*:*)
@@ -1216,6 +1230,9 @@
SEI:*:*:SEIUX)
echo mips-sei-seiux${UNAME_RELEASE}
exit 0 ;;
+ *:DRAGONFLY:*:*)
+ echo ${UNAME_MACHINE}-unknown-dragonfly${UNAME_RELEASE}
+ exit 0 ;;
esac
#echo '(No uname command or uname output not recognized.)' 1>&2
Property changes on: horgand/trunk/config.guess
___________________________________________________________________
Name: svn:executable
-
+ *
Modified: horgand/trunk/config.sub
===================================================================
--- horgand/trunk/config.sub 2004-10-28 11:34:26 UTC (rev 65)
+++ horgand/trunk/config.sub 2004-10-28 11:37:53 UTC (rev 66)
@@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
-timestamp='2003-10-07'
+timestamp='2004-01-05'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@@ -118,7 +118,8 @@
# Here we must recognize all the valid KERNEL-OS combinations.
maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
case $maybe_os in
- nto-qnx* | linux-gnu* | linux-dietlibc | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*)
+ nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \
+ kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*)
os=-$maybe_os
basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
;;
@@ -379,6 +380,9 @@
amd64)
basic_machine=x86_64-pc
;;
+ amd64-*)
+ basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
+ ;;
amdahl)
basic_machine=580-amdahl
os=-sysv
@@ -743,6 +747,10 @@
basic_machine=or32-unknown
os=-coff
;;
+ os400)
+ basic_machine=powerpc-ibm
+ os=-os400
+ ;;
OSE68000 | ose68000)
basic_machine=m68000-ericsson
os=-ose
@@ -963,6 +971,10 @@
tower | tower-32)
basic_machine=m68k-ncr
;;
+ tpf)
+ basic_machine=s390x-ibm
+ os=-tpf
+ ;;
udi29k)
basic_machine=a29k-amd
os=-udi
@@ -1137,13 +1149,13 @@
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
| -chorusos* | -chorusrdb* \
| -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
- | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \
+ | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \
| -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
| -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
| -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
- | -powermax* | -dnix* | -nx6 | -nx7 | -sei*)
+ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly*)
# Remember, each alternative MUST END IN *, to match a version number.
;;
-qnx*)
@@ -1182,6 +1194,9 @@
-opened*)
os=-openedition
;;
+ -os400*)
+ os=-os400
+ ;;
-wince*)
os=-wince
;;
@@ -1203,6 +1218,9 @@
-atheos*)
os=-atheos
;;
+ -syllable*)
+ os=-syllable
+ ;;
-386bsd)
os=-bsd
;;
@@ -1225,6 +1243,9 @@
-sinix*)
os=-sysv4
;;
+ -tpf*)
+ os=-tpf
+ ;;
-triton*)
os=-sysv3
;;
@@ -1473,9 +1494,15 @@
-mvs* | -opened*)
vendor=ibm
;;
+ -os400*)
+ vendor=ibm
+ ;;
-ptx*)
vendor=sequent
;;
+ -tpf*)
+ vendor=ibm
+ ;;
-vxsim* | -vxworks* | -windiss*)
vendor=wrs
;;
Property changes on: horgand/trunk/config.sub
___________________________________________________________________
Name: svn:executable
-
+ *
Added: horgand/trunk/debian/changelog
===================================================================
--- horgand/trunk/debian/changelog 2004-10-28 11:34:26 UTC (rev 65)
+++ horgand/trunk/debian/changelog 2004-10-28 11:37:53 UTC (rev 66)
@@ -0,0 +1,35 @@
+horgand (1.06-1) unstable; urgency=low
+
+ * New upstream release.
+ * First upload to Debian (closes: #203904).
+ * Using original man page
+ * GGeiger: Fixed whatis entry in manpage
+ * GGeiger: updated Standards-Version to 3.8.0
+
+ -- Free Ekanayaka <free@agnula.org> Sat, 13 Mar 2004 13:30:22 +0100
+
+horgand (1.04-0test1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/menu: modified the command line to load Default.horeb
+
+ -- Free Ekanayaka <free@agnula.org> Sat, 27 Dec 2003 13:19:06 +0100
+
+horgand (1.03-0test1) experimental; urgency=low
+
+ * New upstream release
+
+ -- Free Ekanayaka <free@agnula.org> Sat, 13 Dec 2003 08:30:16 +0600
+
+horgand (1.02-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Free Ekanayaka <free@agnula.org> Wed, 17 Sep 2003 19:40:44 +0200
+
+horgand (1.01-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Free Ekanayaka <free@agnula.org> Mon, 23 Jun 2003 09:28:28 +0200
+
Added: horgand/trunk/debian/control
===================================================================
--- horgand/trunk/debian/control 2004-10-28 11:34:26 UTC (rev 65)
+++ horgand/trunk/debian/control 2004-10-28 11:37:53 UTC (rev 66)
@@ -0,0 +1,18 @@
+Source: horgand
+Section: sound
+Priority: optional
+Maintainer: Free Ekanayaka <free@agnula.org>
+Uploaders: Guenter Geiger (Debian/GNU) <geiger@debian.org>
+Build-Depends: debhelper (>> 3.0.0), libfltk1.1-dev, libjack-dev, libasound2-dev (>= 0.9.8), fluid, libsndfile1-dev (>= 1.0.4), dpatch
+Standards-Version: 3.8.0
+
+Package: horgand
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: a JACK capable organ softsynth
+ Horgand is a JACK capable organ client with presets and some effects
+ incorporated. It generates the sound in real time like a FM
+ synthesizer. Due this, you can change the frecuency of all the drawars
+ and add some special effects. It features auto-accompaniment, looped
+ drums, and a bass line in a wave table way.
+ .
Added: horgand/trunk/debian/copyright
===================================================================
--- horgand/trunk/debian/copyright 2004-10-28 11:34:26 UTC (rev 65)
+++ horgand/trunk/debian/copyright 2004-10-28 11:37:53 UTC (rev 66)
@@ -0,0 +1,15 @@
+This package was debianized by Free Ekanayaka <free@centrotemporeale.it> on
+Thu, 5 Jun 2003 15:24:12 +0200.
+
+It was downloaded from http://personal.telefonica.terra.es/web/soudfontcombi/horgand.htm
+
+Upstream Author: Josep Andreu <holborn@telefonica.net>
+
+
+Copyright:
+
+This software is copyright by Josep Andreu <holborn@telefonica.net>
+You are free to distribute this software under the terms of
+the GNU General Public License.
+On Debian systems, the complete text of the GNU General Public
+License can be found in /usr/share/common-licenses/GPL file.
Added: horgand/trunk/debian/dirs
===================================================================
--- horgand/trunk/debian/dirs 2004-10-28 11:34:26 UTC (rev 65)
+++ horgand/trunk/debian/dirs 2004-10-28 11:37:53 UTC (rev 66)
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin
Added: horgand/trunk/debian/docs
===================================================================
--- horgand/trunk/debian/docs 2004-10-28 11:34:26 UTC (rev 65)
+++ horgand/trunk/debian/docs 2004-10-28 11:37:53 UTC (rev 66)
@@ -0,0 +1,3 @@
+NEWS
+README
+AUTHORS
Added: horgand/trunk/debian/manpages
===================================================================
--- horgand/trunk/debian/manpages 2004-10-28 11:34:26 UTC (rev 65)
+++ horgand/trunk/debian/manpages 2004-10-28 11:37:53 UTC (rev 66)
@@ -0,0 +1 @@
+man/horgand.1
Added: horgand/trunk/debian/menu
===================================================================
--- horgand/trunk/debian/menu 2004-10-28 11:34:26 UTC (rev 65)
+++ horgand/trunk/debian/menu 2004-10-28 11:37:53 UTC (rev 66)
@@ -0,0 +1,2 @@
+?package(horgand):needs="X11" section="Apps/Sound"\
+ title="Horgand" command="/usr/bin/horgand -b /usr/share/horgand/Default.horeb" hints="Softsynth,JACK"
Added: horgand/trunk/debian/rules
===================================================================
--- horgand/trunk/debian/rules 2004-10-28 11:34:26 UTC (rev 65)
+++ horgand/trunk/debian/rules 2004-10-28 11:37:53 UTC (rev 66)
@@ -0,0 +1,103 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This is the debhelper compatibility version to use.
+export DH_COMPAT=3
+
+# These are used for cross-compiling and for saving the configure script
+# from having to guess our platform (since we know it already)
+DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+include /usr/share/dpatch/dpatch.make
+
+ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
+ CFLAGS += -g
+endif
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+ INSTALL_PROGRAM += -s
+endif
+
+config.status:
+ dh_testdir
+ # Add here commands to configure the package.
+ ./configure --prefix=/usr --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+
+
+build: build-stamp
+
+build-stamp: config.status patch
+ dh_testdir
+
+ # Add here commands to compile the package.
+ $(MAKE)
+
+ touch build-stamp
+
+clean: unpatch
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp
+ rm -f configure-stamp
+ -rm config.log
+
+ # Add here commands to clean up after the build process.
+ -$(MAKE) distclean
+ -test -r /usr/share/misc/config.sub && \
+ cp -f /usr/share/misc/config.sub config.sub
+ -test -r /usr/share/misc/config.guess && \
+ cp -f /usr/share/misc/config.guess config.guess
+
+
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ # Add here commands to install the package into debian/horgand.
+ $(MAKE) install DESTDIR=$(CURDIR)/debian/horgand
+
+
+# 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_installdebconf
+ dh_installdocs
+ dh_installexamples
+ dh_installmenu
+# dh_installlogrotate
+# dh_installemacsen
+# dh_installpam
+# dh_installmime
+# dh_installinit
+ dh_installcron
+ dh_installman
+ dh_installinfo
+# dh_undocumented
+ dh_installchangelogs ChangeLog
+ dh_link
+ dh_strip
+ dh_compress
+ dh_fixperms
+# dh_makeshlibs
+ dh_installdeb
+# dh_perl
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install
Property changes on: horgand/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Modified: horgand/trunk/man/horgand.1
===================================================================
--- horgand/trunk/man/horgand.1 2004-10-28 11:34:26 UTC (rev 65)
+++ horgand/trunk/man/horgand.1 2004-10-28 11:37:53 UTC (rev 66)
@@ -16,9 +16,8 @@
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
-.TP
-
horgand \- for musicians ...
+
.SH SYNOPSIS
.B horgand