[Demudi-commits] r708 - in mcp-plugins/trunk/debian: . pbuilder-test
Junichi Uekawa
dancer at costa.debian.org
Thu Feb 16 23:17:02 UTC 2006
Author: dancer
Date: 2006-02-16 23:16:49 +0000 (Thu, 16 Feb 2006)
New Revision: 708
Added:
mcp-plugins/trunk/debian/pbuilder-test/
mcp-plugins/trunk/debian/pbuilder-test/001_ldd
mcp-plugins/trunk/debian/pbuilder-test/002_analyseplugin
Modified:
mcp-plugins/trunk/debian/changelog
Log:
add pbuilder test entries for release
Modified: mcp-plugins/trunk/debian/changelog
===================================================================
--- mcp-plugins/trunk/debian/changelog 2006-02-14 19:51:11 UTC (rev 707)
+++ mcp-plugins/trunk/debian/changelog 2006-02-16 23:16:49 UTC (rev 708)
@@ -1,4 +1,4 @@
-mcp-plugins (0.3.0-4) UNRELEASED; urgency=low
+mcp-plugins (0.3.0-4) unstable; urgency=low
[ Free Ekanayaka ]
* package description wrongly "formated" (Closes: #351851)
@@ -8,9 +8,13 @@
* removed unused dir /usr/share/ams
* removed unneeded docbook-to-man build dependency
* removed stale mcp-plugins.1 from the package source
+
+ [Junichi Uekawa]
+ * Add free to uploaders
+ * add pbuilder-test, test for analyseplugin, and ldd.
+
+ -- Junichi Uekawa <dancer at debian.org> Fri, 17 Feb 2006 08:12:44 +0900
- -- Free Ekanayaka <free at 64studio.com> Mon, 13 Feb 2006 10:49:40 +0100
-
mcp-plugins (0.3.0-3) unstable; urgency=low
* Rebuilt against libstdc++6
Added: mcp-plugins/trunk/debian/pbuilder-test/001_ldd
===================================================================
--- mcp-plugins/trunk/debian/pbuilder-test/001_ldd 2006-02-14 19:51:11 UTC (rev 707)
+++ mcp-plugins/trunk/debian/pbuilder-test/001_ldd 2006-02-16 23:16:49 UTC (rev 708)
@@ -0,0 +1,6 @@
+#!/bin/bash
+set -e
+ldd /usr/lib/ladspa/cs_chorus.so
+ldd /usr/lib/ladspa/cs_phaser.so
+ldd /usr/lib/ladspa/mvchpf24.so
+ldd /usr/lib/ladspa/mvclpf24.so
Property changes on: mcp-plugins/trunk/debian/pbuilder-test/001_ldd
___________________________________________________________________
Name: svn:executable
+ *
Added: mcp-plugins/trunk/debian/pbuilder-test/002_analyseplugin
===================================================================
--- mcp-plugins/trunk/debian/pbuilder-test/002_analyseplugin 2006-02-14 19:51:11 UTC (rev 707)
+++ mcp-plugins/trunk/debian/pbuilder-test/002_analyseplugin 2006-02-16 23:16:49 UTC (rev 708)
@@ -0,0 +1,7 @@
+#!/bin/bash
+set -e
+
+analyseplugin cs_chorus.so
+analyseplugin cs_phaser.so
+analyseplugin mvchpf24.so
+analyseplugin mvclpf24.so
More information about the Demudi-commits
mailing list