[Pkg-javascript-commits] [node-static] 07/07: Add README.source explaining gbp combined with upstream
Jérémy Lal
kapouer at moszumanska.debian.org
Fri Jan 10 22:55:13 UTC 2014
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository node-static.
commit 13e5229cb5db654244a7fac359712626a4fc8300
Author: Jérémy Lal <kapouer at melix.org>
Date: Fri Jan 10 23:54:29 2014 +0100
Add README.source explaining gbp combined with upstream
---
debian/README.source | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..25347f2
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,17 @@
+git-buildpackage layout merged with upstream git
+================================================
+
+* First add the upstream repository as a remote:
+ `git remote add upstream git at github.com:cloudhead/node-static.git`
+
+* Then for each update, make sure the repository is up to date with
+ upstream repository:
+ `git fetch upstream`
+ and import tarball with the latest upstream tag:
+ `git-import-orig --uscan --pristine-tar --sign-tags --upstream-vcs-tag v0.7.3`
+
+See also:
+https://wiki.debian.org/PackagingWithGit
+https://wiki.debian.org/CDBS%2Bgit-buildpackage
+http://www.eyrie.org/~eagle/journal/2013-04/001.html
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-static.git
More information about the Pkg-javascript-commits
mailing list