[Demudi-commits] r1536 - csound/trunk/debian

fsateler-guest at alioth.debian.org fsateler-guest at alioth.debian.org
Mon Aug 6 03:41:40 UTC 2007


Author: fsateler-guest
Date: 2007-08-06 03:41:40 +0000 (Mon, 06 Aug 2007)
New Revision: 1536

Modified:
   csound/trunk/debian/dfsg-repack
Log:
Comment/document dfsg-repack, and use -e

Modified: csound/trunk/debian/dfsg-repack
===================================================================
--- csound/trunk/debian/dfsg-repack	2007-08-06 03:35:15 UTC (rev 1535)
+++ csound/trunk/debian/dfsg-repack	2007-08-06 03:41:40 UTC (rev 1536)
@@ -1,4 +1,14 @@
-#!/bin/bash
+#!/bin/bash -e
+# dfsg-repack: remove non-free stuff from the original CSound tarball
+# What it does: delete grain4 and scansyn opcodes, and the debian/ subdir
+# The debian subdir is not non-free, but since we are repacking anyways, 
+# we delete it to avoid clutter.
+#
+# Run this command from inside the csound sources:
+# $ tar -xzf Csound-*.tar.gz
+# $ cd Csound*
+# $ /path/to/dfsg-repack
+# and now the source is dfsg-clean
 
 # delete non-free opcodes
 




More information about the Demudi-commits mailing list