This is an automated email from the git hooks/post-receive script. albac-guest pushed a commit to branch master in repository r-cran-fastmatch.
commit 1d325dd0667ab3111501693ef4d9428b49c05301 Author: Alba Crespi <[email protected]> Date: Tue May 12 16:13:29 2015 +0100 Imported Debian patch 1.0-4-3 --- debian/changelog | 19 +++++++++++++++++++ debian/compat | 1 + debian/control | 24 ++++++++++++++++++++++++ debian/copyright | 28 ++++++++++++++++++++++++++++ debian/gbp.conf | 14 ++++++++++++++ debian/rules | 6 ++++++ debian/source/format | 1 + debian/watch | 3 +++ 8 files changed, 96 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..e4b92e0 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,19 @@ +r-cran-fastmatch (1.0-4-3) UNRELEASED; urgency=medium + + * Update control file to debian-med rules + + -- Alba Crespi <[email protected]> Tue, 12 May 2015 16:13:29 +0100 + +r-cran-fastmatch (1.0-4-2) unstable; urgency=medium + + * Fix watch file. + * Update standards version. + * Correct installation of upstream changelog. + + -- Alba Crespi <[email protected]> Thu, 07 May 2015 15:25:21 +0100 + +r-cran-fastmatch (1.0-4-1) unstable; urgency=medium + + * Initial release. (Closes: #784264) + + -- Alba Crespi <[email protected]> Mon, 04 May 2015 18:56:30 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..71dc77d --- /dev/null +++ b/debian/control @@ -0,0 +1,24 @@ +Source: r-cran-fastmatch +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Alba Crespi <[email protected]> +Section: gnu-r +Testsuite: autopkgtest +Priority: optional +Build-Depends: debhelper (>= 9), + r-base-dev (>= 3.0.0), + cdbs +Standards-Version: 3.9.6 +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/r-cran-fastmatch.git +Vcs-Git: git://anonscm.debian.org/debian-med/r-cran-fastmatch.git +Homepage: http://cran.r-project.org/web/packages/fastmatch/ + +Package: r-cran-fastmatch +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${R:Depends} +Description: GNU R package for fast match replacement for repeated look-ups + This R package provides a fast match replacement for cases that + require repeated look-ups. Extremely fast after the first lookup + match as it keeps the hash table in memory. + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..664273e --- /dev/null +++ b/debian/copyright @@ -0,0 +1,28 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: fastmatch +Source: http://cran.r-project.org/web/packages/fastmatch/ + +Files: * +Copyright: Simon Urbanek <[email protected]> +License: GPL-2 + +Files: debian/* +Copyright: 2015 Alba Crespi <[email protected]> +License: GPL-2 + +License: GPL-2 + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/> + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..992bd39 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,14 @@ +[DEFAULT] +# The default name for the upstream branch is "upstream". +# Change it if the name is different (for instance, "master"). +upstream-branch = upstream +# The default name for the Debian branch is "master". +# Change it if the name is different (for instance, "debian/unstable"). +debian-branch = master +# gbp import-orig uses the following names for the upstream tags. +# Change the value if you are not using gbp import-orig +[git-buildpackage] +upstream-tag = %(version)s +# Always use pristine-tar. +pristine-tar = True +builder = ~/bin/git-pbuilder diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..e5aeb4f --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +include /usr/share/R/debian/r-cran.mk + +DEB_INSTALL_CHANGELOGS_ALL = NEWS +DEB_INSTALL_DOCS_ALL = -XNEWS diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..dc1b307 --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://cran.r-project.org/src/contrib/fastmatch_([-0-9\.]*)\.tar\.gz + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-fastmatch.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
