[Pkg-mol-commits] r130 - scripts/trunk

Gaudenz Steinlin gaudenz at alioth.debian.org
Sat May 5 12:36:10 UTC 2007


Author: gaudenz
Date: 2007-05-05 12:36:09 +0000 (Sat, 05 May 2007)
New Revision: 130

Modified:
   scripts/trunk/make_orig_tarballs
Log:
Change version appendix to ~dfsg. This resolves problems with upstream adding new components to the version 
numbering scheme (0.9.71 -> 0.9.71.1)


Modified: scripts/trunk/make_orig_tarballs
===================================================================
--- scripts/trunk/make_orig_tarballs	2007-02-27 13:33:58 UTC (rev 129)
+++ scripts/trunk/make_orig_tarballs	2007-05-05 12:36:09 UTC (rev 130)
@@ -44,7 +44,7 @@
 rm -rf ${ORIG_DIR}/libimport
 
 # repack clean sources
-tar -czf mol_${version}.orig.tar.gz ${ORIG_DIR}
+tar -czf mol_${version}~dfsg.orig.tar.gz ${ORIG_DIR}
 
 # clean up
 rm -rf ${ORIG_DIR}




More information about the Pkg-mol-commits mailing list