[Git-dpm-devel] [PATCH 1/3] example of importing a simple git-buildpackage project

Samuel Bronson naesten at gmail.com
Sat Dec 28 16:52:29 UTC 2013


---
 examples.html | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/examples.html b/examples.html
index b79187d..3683ad4 100644
--- a/examples.html
+++ b/examples.html
@@ -21,6 +21,9 @@ ul { list-style-type: square; }
 <LI><A href="#newupstream">Switching to a new upstream version</A></LI>
 <LI><A href="#createnew">Create a new project</A></LI>
 <LI><A href="#createold">Switching an existing project to git-dpm</A></LI>
+<UL>
+  <LI><A href="#simple-gbp">Simple git-buildpackage project</A></LI>
+</UL>
 </UL>
 <H2><A name="update">Adding a new patch</A></H2>
 <p>
@@ -326,3 +329,13 @@ show that is worked this time. So get rid of the temporary branch:
 </p><pre class="commandline">
 git branch -d pre
 </pre>
+
+<H3><A name="simple-gbp">Simple git-buildpackage project</A></H3>
+
+<p>
+For a package that was using <tt>git-buildpackage</tt> in the
+conventional way, with a debian branch named "master" and an upstream
+branch named "upstream", it should suffice to simply do e.g.:
+</p><pre class="commandline">
+git dpm init --patches-applied ../inform-mode_1.5.8.orig.tar.gz
+</pre>
-- 
1.8.5.1




More information about the Git-dpm-devel mailing list