[Python-modules-commits] r8867 - in packages/pyqwt5/trunk/debian (README.Source changelog)

gudjon-guest at users.alioth.debian.org gudjon-guest at users.alioth.debian.org
Fri Jun 26 11:26:08 UTC 2009


    Date: Friday, June 26, 2009 @ 11:26:06
  Author: gudjon-guest
Revision: 8867

New CVS version ready for upload. Added README.Source file.

Added:
  packages/pyqwt5/trunk/debian/README.Source
Modified:
  packages/pyqwt5/trunk/debian/changelog

Added: packages/pyqwt5/trunk/debian/README.Source
===================================================================
--- packages/pyqwt5/trunk/debian/README.Source	                        (rev 0)
+++ packages/pyqwt5/trunk/debian/README.Source	2009-06-26 11:26:06 UTC (rev 8867)
@@ -0,0 +1,23 @@
+When release code is downloaded the following commands are given to 
+make it DFSG compliant.
+
+VERSION=X.Y.Z
+tar xzf pyqwt5-${VERSION}.tar.gz
+cd pyqwt5-${VERSION}
+rm -rf Doc/html
+cd ..
+tar czf pyqwt5_${VERSION} pyqwt5-${VERSION}.dfsg.orig.tar.gz
+
+When a CVS version is downloaded the following commands are used:
+
+cvs -d:pserver:anonymous at pyqwt.cvs.sourceforge.net:/cvsroot/pyqwt login
+cvs -z3 -d:pserver:anonymous at pyqwt.cvs.sourceforge.net:/cvsroot/pyqwt co -P pyqwt5
+
+VERSION=X.Y.Z~cvsYYYYMMDD
+cp -a pyqwt5 pyqwt5-${VERSION}+dfsg
+cd pyqwt5-${VERSION}+dfsg
+rm -rf $(find . -name CVS)
+rm -f $(find . -name .cvsignore)
+rm -rf Doc/html
+cd ..
+tar czf pyqwt5_${VERSION}+dfsg.orig.tar.gz pyqwt5-${VERSION}+dfsg
\ No newline at end of file

Modified: packages/pyqwt5/trunk/debian/changelog
===================================================================
--- packages/pyqwt5/trunk/debian/changelog	2009-06-26 11:23:40 UTC (rev 8866)
+++ packages/pyqwt5/trunk/debian/changelog	2009-06-26 11:26:06 UTC (rev 8867)
@@ -1,4 +1,4 @@
-pyqwt5 (5.1.1.dfsg~20090624cvs-1) unstable; urgency=low
+pyqwt5 (5.1.1~cvs20090626+dfsg-1) unstable; urgency=low
 
   * New CVS version
   * Builds from source (Closes: #533950)
@@ -8,8 +8,9 @@
   * Hardcode DEB_UPSTREAM_VERSION=5.1.0, will be changed in
     next release
   * Upgrade version dependency on python-qt4 and sip4
+  * Add README.Source file
 
- -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Thu, 25 Jun 2009 13:57:50 +0200
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Fri, 26 Jun 2009 12:28:14 +0200
 
 pyqwt5 (5.1.0.dfsg-2) unstable; urgency=low
 




More information about the Python-modules-commits mailing list