debian/0000755000000000000000000000000012153353222007164 5ustar debian/source/0000755000000000000000000000000012153353222010464 5ustar debian/source/format0000644000000000000000000000001412153353222011672 0ustar 3.0 (quilt) debian/control0000644000000000000000000000137412153353222010574 0ustar Source: r-cran-base64enc Section: gnu-r Priority: optional Maintainer: Sebastian Gibb Uploaders: Filippo Rusconi Build-Depends: debhelper (>= 9), cdbs, r-base-dev (>= 2.9.0) Standards-Version: 3.9.4 Homepage: http://cran.r-project.org/web/packages/base64enc/index.html Vcs-Git: git://git.debian.org/git/debichem/packages/r-cran-base64enc.git Vcs-Browser: http://git.debian.org/?p=debichem/packages/r-cran-base64enc.git Package: r-cran-base64enc Architecture: any Depends: r-cran-digest, ${misc:Depends}, ${shlibs:Depends}, ${R:Depends} Description: GNU R package that provides tools for base64 encoding This package provides tools for handling base64 encoding. It is more flexible than the orphaned base64 package. debian/compat0000644000000000000000000000000212153353222010362 0ustar 9 debian/upstream0000644000000000000000000000020312153353222010742 0ustar Name: base64enc Homepage: http://www.rforge.net/base64enc Repository: http://cran.r-project.org/web/packages/base64enc/index.html debian/lintian-overrides0000644000000000000000000000011212153353222012537 0ustar hardening-no-fortify-functions extended-description-is-probably-too-short debian/copyright0000644000000000000000000000530312153353222011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: base64enc Upstream-Contact: Simon Urbanek Source: http://cran.r-project.org/web/packages/base64enc/index.html Files: * Copyright: 2012 Simon Urbanek License: GPL-2 or GPL-3 License: GPL-2 This program 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 program 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 . . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. License: GPL-3 This program 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 3 of the License, or (at your option) any later version. . This program 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 . . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. Files: debian/* Copyright: 2013 Sebastian Gibb License: GPL-3 This program 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 3 of the License, or (at your option) any later version. . This program 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 . . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. debian/rules0000755000000000000000000000125412153353222010246 0ustar #!/usr/bin/make -f # -*- makefile -*- # debian/rules file for the Debian/GNU Linux r-cran-base64enc package # Copyright 2013 by Sebastian Gibb CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) makeFlags := "CFLAGS+=${CFLAGS} CPPFLAGS+=${CPPFLAGS} LDFLAGS+=${LDFLAGS}" ifneq "$(makeFlags)" "" makeFlagsCall := MAKEFLAGS=$(makeFlags) endif include /usr/share/R/debian/r-cran.mk DEB_INSTALL_DOCS_ALL := DEB_INSTALL_CHANGELOGS_ALL := NEWS get-orig-source: ## download newest version from CRAN uscan --no-conf --force-download --no-symlink --destdir ../tarballs debian/watch0000644000000000000000000000011512153353222010212 0ustar version=3 http://cran.r-project.org/src/contrib/base64enc_([\d\.-]*).tar.gz debian/changelog0000644000000000000000000000062712153353222011043 0ustar r-cran-base64enc (0.1-1-2) unstable; urgency=low * Fix the Vcs fields to point to debichem on alioth. -- Filippo Rusconi Tue, 04 Jun 2013 13:58:15 +0200 r-cran-base64enc (0.1-1-1) unstable; urgency=low * Initial package release (Closes: #710829); * Upload by Filippo Rusconi . -- Filippo Rusconi Tue, 04 Jun 2013 13:18:27 +0200