[r-base] 02/05: Recover backport changes from version 3.3.1-1~bpo8+1.

Charles Plessy plessy at moszumanska.debian.org
Sat Dec 10 02:31:20 UTC 2016


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

plessy pushed a commit to branch debian/jessie-backports
in repository r-base.

commit a7f97b8675ba1cdd0da7cd546fac3d823417284a
Author: Charles Plessy <plessy at debian.org>
Date:   Fri Dec 9 21:29:32 2016 +0900

    Recover backport changes from version 3.3.1-1~bpo8+1.
---
 debian/README.source | 6 ++++++
 debian/bug-presubj   | 3 +++
 debian/control       | 2 ++
 debian/gbp.conf      | 6 ++++++
 debian/rules         | 1 +
 5 files changed, 18 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..6667f95
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,6 @@
+Johannes Ranke, based on an e-mail of Charles Plessy from May 15 2016:
+
+When importing new releases using Dirk's packages and "gbp import-dsc", run the
+command "git commit --amend --reset-author --no-edit" so that the committer is
+the person who did the import.  By default it is the author of the changelog,
+but this was found misleading.
diff --git a/debian/bug-presubj b/debian/bug-presubj
new file mode 100644
index 0000000..2444ff9
--- /dev/null
+++ b/debian/bug-presubj
@@ -0,0 +1,3 @@
+Please report issues to http://lists.debian.org/debian-backports/.
+Alternatively, please verify that the bug also occurs in the unstable
+distribution and report to the Debian bug tracking system.
diff --git a/debian/control b/debian/control
index 62ece0a..d0ed16c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,8 @@ Priority: optional
 Maintainer: Dirk Eddelbuettel <edd at debian.org>
 Standards-Version: 3.9.7
 Build-Depends: gcc (>= 4:4.1.0), g++ (>= 4:4.1.0), gfortran (>= 4:4.1.0), libblas-dev, liblapack-dev (>= 3.1.1), tcl8.6-dev, tk8.6-dev, bison, groff-base, libncurses5-dev, libreadline-dev, debhelper (>= 7.2.3), texinfo (>= 4.1-2), libbz2-dev, liblzma-dev, libpcre3-dev, libcurl4-openssl-dev | libcurl4-dev, xdg-utils, zlib1g-dev, libpng-dev, libjpeg-dev, libx11-dev, libxt-dev, x11proto-core-dev, libpango1.0-dev, libcairo2-dev, libtiff5-dev, xvfb, xauth, xfonts-base, texlive-base, texlive-l [...]
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/r-base.git
+Vcs-Git: https://anonscm.debian.org/debian-science/packages/r-base.git
 Homepage: http://www.r-project.org/
 
 Package: r-base
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..879c301
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,6 @@
+# Configuration file for "gbp <command>"
+
+[DEFAULT]
+debian-branch = debian/jessie-backports
+pristine-tar = True
+dist = jessie
diff --git a/debian/rules b/debian/rules
index 5805dc4..bf80b13 100755
--- a/debian/rules
+++ b/debian/rules
@@ -711,6 +711,7 @@ binary-arch: build-arch install-arch
 #	   $(debbase)/$(dbugpackage)/usr/share/lintian/overrides/$(dbugpackage)
         #dh_undocumented -a
 	dh_installchangelogs -a	-k doc/NEWS 
+	dh_bugfiles -A
 #	dh_strip -a
 	dh_strip	--sourcedir=$(debtmp) --dbg-package=r-base-core-dbg
 	dh_strip 	--sourcedir=$(debmat)

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



More information about the debian-science-commits mailing list