Author: plessy
Date: 2011-03-21 23:19:34 +0000 (Mon, 21 Mar 2011)
New Revision: 6365

Modified:
   trunk/packages/squizz/trunk/debian/changelog
   trunk/packages/squizz/trunk/debian/get-orig-source
Log:
Make the repacked upstream archive directory end in 
?\226?\128?\156.orig?\226?\128?\157.

See Developers Reference 3.4.4 ?\194?\1676.7.8.2).


Modified: trunk/packages/squizz/trunk/debian/changelog
===================================================================
--- trunk/packages/squizz/trunk/debian/changelog        2011-03-21 23:17:26 UTC 
(rev 6364)
+++ trunk/packages/squizz/trunk/debian/changelog        2011-03-21 23:19:34 UTC 
(rev 6365)
@@ -3,6 +3,8 @@
   * Split debian/patches/debianpackaging into:
     debian/patches/correct-manpages-section.patch and
     debian/patches/disable-swissprot-test.patch for better readability.
+  * Make the repacked upstream archive directory end in “.orig”
+    (debian/get-orig-sources, see Developers Reference 3.4.4 §6.7.8.2).
 
  -- Charles Plessy <[email protected]>  Tue, 22 Mar 2011 07:50:44 +0900
 

Modified: trunk/packages/squizz/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/squizz/trunk/debian/get-orig-source  2011-03-21 23:17:26 UTC 
(rev 6364)
+++ trunk/packages/squizz/trunk/debian/get-orig-source  2011-03-21 23:19:34 UTC 
(rev 6365)
@@ -15,12 +15,13 @@
 mv ../${UTAR} .
 tar -xzf ${UTAR}
 
-cd $PKG-${VERSION}
+mv $PKG-${VERSION} $PKG-${VERSION}.orig # Requested by Developers Reference 
3.4.4 §6.7.8.2
+
+cd $PKG-${VERSION}.orig
 rm -f test/sequence/sprot.seq
 cd ..
 
 rm $UTAR
 
-GZIP="--best --no-name" tar -czf "$PKG"_"$VERSION".orig.tar.gz 
"${PKG}-${VERSION}"
-rm -rf "${PKG}-${VERSION}"
-
+GZIP="--best --no-name" tar -czf "$PKG"_"$VERSION".orig.tar.gz 
"${PKG}-${VERSION}.orig"
+rm -rf "${PKG}-${VERSION}.orig"


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit

Reply via email to