This is an automated email from the git hooks/post-receive script. bob.dybian-guest pushed a commit to branch master in repository beagle.
commit a254b4db92c39393441e8ea40501966737428d47 Author: Dylan Aïssi <[email protected]> Date: Tue Jan 30 23:29:43 2018 +0100 Move some info from d/rule to d/README.source --- debian/README.source | 8 ++++++++ debian/rules | 4 ---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..2cdc806 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,8 @@ +How to rename the upstream sources +============================================= + +uscan +mv beagle_180127+dfsg.orig.tar.xz \ + beagle_4.1~180127+dfsg.orig.tar.xz + + -- Dylan Aïssi <[email protected]> Tue, 30 Jan 2018 23:28:16 +0100 diff --git a/debian/rules b/debian/rules index 106a2a1..e8c65bc 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,3 @@ override_jh_build: override_dh_installchangelogs: dh_installchangelogs debian/upstream.docs/release_notes -get-orig-source: - uscan --verbose --force-download - # mv beagle_16Jun16.7e4+dfsg.orig.tar.xz beagle_4.1~160616-7e4+dfsg.orig.tar.xz - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/beagle.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
