[Demudi-commits] r1295 - nekobee/trunk/debian

Free Ekanayaka free-guest at alioth.debian.org
Tue May 8 22:04:16 UTC 2007


Author: free-guest
Date: 2007-05-08 22:04:15 +0000 (Tue, 08 May 2007)
New Revision: 1295

Modified:
   nekobee/trunk/debian/changelog
   nekobee/trunk/debian/control
   nekobee/trunk/debian/rules
Log:
releasing version 0.1.5+svn20070508.r30-1

Modified: nekobee/trunk/debian/changelog
===================================================================
--- nekobee/trunk/debian/changelog	2007-05-08 21:51:25 UTC (rev 1294)
+++ nekobee/trunk/debian/changelog	2007-05-08 22:04:15 UTC (rev 1295)
@@ -1,3 +1,10 @@
+nekobee (0.1.5+svn20070508.r30-1) unstable; urgency=low
+
+  * Using SVN head, as suggested by the upstream author (Closes: #422413)
+  * Fixed description, it was uncorrectly mentioning qsynth samples
+
+ -- Free Ekanayaka <freee at debian.org>  Tue,  8 May 2007 23:51:38 +0200
+
 nekobee (0.1.5-1) unstable; urgency=low
 
   * Initial release (Closes: # 412472)

Modified: nekobee/trunk/debian/control
===================================================================
--- nekobee/trunk/debian/control	2007-05-08 21:51:25 UTC (rev 1294)
+++ nekobee/trunk/debian/control	2007-05-08 22:04:15 UTC (rev 1295)
@@ -2,13 +2,16 @@
 Section: sound
 Priority: optional
 Maintainer: Free Ekanayaka <freee at debian.org>
-Build-Depends: debhelper (>= 4.0.0), dpatch, liblo0-dev, libasound2-dev, dssi-dev, libgtk2.0-dev
+Build-Depends: debhelper (>= 4.0.0), dpatch, liblo0-dev, libasound2-dev, dssi-dev, libgtk2.0-dev, libtool, automake1.9
 Standards-Version: 3.7.2
 
 Package: nekobee
 Architecture: any
 Provides: dssi-plugin
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: simple acid patterns, with TR-808 samples from Qsynth
+Description: Simple single-oscillator DSSI plugin
  Recreate those squelchy acid sounds with nekobee, a simple
  single-oscillator synth based on the Roland TB-303.
+ .
+ DSSI is an API for audio processing plugins, particularly useful for
+ software synthesis plugins with user interfaces (see http://dssi.sf.net/).

Modified: nekobee/trunk/debian/rules
===================================================================
--- nekobee/trunk/debian/rules	2007-05-08 21:51:25 UTC (rev 1294)
+++ nekobee/trunk/debian/rules	2007-05-08 22:04:15 UTC (rev 1295)
@@ -26,6 +26,9 @@
 	CFLAGS += -O2
 endif
 
+configure:
+	./autogen.sh
+
 config.status: configure
 	dh_testdir
 	# Add here commands to configure the package.




More information about the Demudi-commits mailing list