[Pkg-ruby-extras-maintainers] r154 - website/src

Lucas Nussbaum lucas-guest at costa.debian.org
Thu Nov 24 11:42:19 UTC 2005


Author: lucas-guest
Date: 2005-11-24 11:42:18 +0000 (Thu, 24 Nov 2005)
New Revision: 154

Modified:
   website/src/20.create.en.page
   website/src/30.svn-build.en.page
Log:
moved the svn-inject text to 20.create

Modified: website/src/20.create.en.page
===================================================================
--- website/src/20.create.en.page	2005-11-24 11:21:20 UTC (rev 153)
+++ website/src/20.create.en.page	2005-11-24 11:42:18 UTC (rev 154)
@@ -14,3 +14,20 @@
 
 h3. Adding the Package to the Subversion Repository
 
+First, you have to build your package outside of the SVN tree. You should
+get something like that :
+<pre><code>.
+|-- libfeedparser-ruby-0.1 (build dir)
+|-- libfeedparser-ruby1.8-dev_0.1-1_all.deb
+|-- libfeedparser-ruby1.8_0.1-1_all.deb
+|-- libfeedparser-ruby_0.1-1.diff.gz
+|-- libfeedparser-ruby_0.1-1.dsc
+|-- libfeedparser-ruby_0.1-1_i386.changes
+|-- libfeedparser-ruby_0.1.orig.tar.gz
+`-- libxfeedparser-ruby_0.1-1_all.deb
+</code></pre>
+
+Then just do :
+<pre><code>svn-inject -v -o libfeedparser-ruby_0.1-1.dsc svn+ssh://LOGIN@svn.debian.org/svn/pkg-ruby-extras/packages/</code></pre>
+
+You should not try to import your package manually : this is a difficult process since you'll have to set a subversion property etc.

Modified: website/src/30.svn-build.en.page
===================================================================
--- website/src/30.svn-build.en.page	2005-11-24 11:21:20 UTC (rev 153)
+++ website/src/30.svn-build.en.page	2005-11-24 11:42:18 UTC (rev 154)
@@ -72,20 +72,3 @@
 *Attention:* use this option only when you are sure that this build will
 be the final build, just before upload.
 
-h3. First import of a package using svn-inject
-
-First, you have to build your first package outside of the SVN tree. You should
-get something like that :
-<pre><code>.
-|-- libfeedparser-ruby-0.1 (build dir)
-|-- libfeedparser-ruby1.8-dev_0.1-1_all.deb
-|-- libfeedparser-ruby1.8_0.1-1_all.deb
-|-- libfeedparser-ruby_0.1-1.diff.gz
-|-- libfeedparser-ruby_0.1-1.dsc
-|-- libfeedparser-ruby_0.1-1_i386.changes
-|-- libfeedparser-ruby_0.1.orig.tar.gz
-`-- libxfeedparser-ruby_0.1-1_all.deb
-</code></pre>
-
-Then do :
-<pre><code>svn-inject -v -o libfeedparser-ruby_0.1-1.dsc svn+ssh://LOGIN@svn.debian.org/svn/pkg-ruby-extras/packages/</code></pre>




More information about the pkg-ruby-extras-maintainers mailing list