[Pkg-jed-commit] r204 - trunk/packages/jed-extra/utils

Rafael Laboissiere rafael at costa.debian.org
Thu Nov 17 12:40:10 UTC 2005


Author: rafael
Date: 2005-11-17 12:40:10 +0000 (Thu, 17 Nov 2005)
New Revision: 204

Modified:
   trunk/packages/jed-extra/utils/build-from-scratch.sh
Log:
* Fix path for the debian/changelog file.
* Call debuild with option -i.  This prevents the .svn/ directories from
  being included in the package.
* Call "svn co" instead of "svn export", such that we get also the .svn/
  directories from the Subversion repository.



Modified: trunk/packages/jed-extra/utils/build-from-scratch.sh
===================================================================
--- trunk/packages/jed-extra/utils/build-from-scratch.sh	2005-11-17 10:48:48 UTC (rev 203)
+++ trunk/packages/jed-extra/utils/build-from-scratch.sh	2005-11-17 12:40:10 UTC (rev 204)
@@ -11,7 +11,7 @@
 # Get the jed-extra files from SVN
 # --------------------------------
 
-svn export svn+ssh://svn.debian.org/svn/pkg-jed/trunk/packages/jed-extra
+svn co svn+ssh://svn.debian.org/svn/pkg-jed/trunk/packages/jed-extra
 cd jed-extra
 
 
@@ -41,15 +41,10 @@
 # Build the package
 # -----------------
 
+cd jed-extra-$VERSION
+
 # let the builder fix changelog
 echo "Please fix the trailer line in changelog"
-jed changelog
+jed debian/changelog
 
-cd jed-extra-$VERSION/debian
-debuild -us -uc
-
-
-
-
-
-
+debuild -i -us -uc




More information about the Pkg-jed-commit mailing list