[collada-dom] 05/05: Add a README.Source to clarify usage of git repo for releases and updates

Wookey wookey at moszumanska.debian.org
Tue Oct 13 16:13:09 UTC 2015


This is an automated email from the git hooks/post-receive script.

wookey pushed a commit to tag debian/2.4.3+ds2-1.1
in repository collada-dom.

commit eab6821e7569ed33e411a0bc2b569b322084788e
Author: Wookey <wookey at wookware.org>
Date:   Tue Oct 13 16:53:41 2015 +0100

    Add a README.Source to clarify usage of git repo for releases and updates
---
 debian/README.Source | 45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/debian/README.Source b/debian/README.Source
new file mode 100644
index 0000000..f535ece
--- /dev/null
+++ b/debian/README.Source
@@ -0,0 +1,45 @@
+This package is maintained in git on alioth by the debian-science team
+http://anonscm.debian.org/cgit/debian-science/packages/caollada-dom.git
+
+The upstream source is in git on github, maintained by Roman Diankov
+https://github.com/rdiankov/collada-dom
+Release tarballs are at:
+https://github.com/rdiankov/collada-dom/releases
+
+Upstream tarballs are repacked by uscan to drop 3rd-party packages and licenses
+into a +ds1 orig tarball. The filter rules for this are the exclude-files lines in debian/copyright
+
+
+The debian-science git repo has standard git-buildpackage branches
+master
+upstream  (contents of the repacked (no 3rd-party stuff) upstream  +ds1 tarball) 
+pristine-tar (metadata to allow exact reconstruction of tarball in 'upstream' branch)
+
+
+To make a build
+---------------
+git clone git://anonscm.debian.org/debian-science/packages/collada-dom.git
+cd collada-dom
+gbp buildpackage
+
+To update to a new upstream release
+-----------------------------------
+git clone git://anonscm.debian.org/debian-science/packages/collada-dom.git
+cd collada-dom
+gbp import-orig --pristine-tar --uscan
+
+(or, more manually:
+uscan
+git import-orig --pristine-tar ../collada-dom_${ver}+ds1.orig.tar.gz
+(fill in ${ver} as appropriate)
+)
+
+git push --all --tags
+
+To make a debian release
+------------------------
+git clone git://anonscm.debian.org/debian-science/packages/collada-dom.git
+cd collada-dom
+gbp buildpackage --git-tag
+debian/rules clean
+git push --all --tags

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/collada-dom.git



More information about the debian-science-commits mailing list