[med-svn] r22768 - trunk/packages/R/r-cran-png/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Sat Sep 10 19:36:50 UTC 2016
Author: tille
Date: 2016-09-10 19:36:49 +0000 (Sat, 10 Sep 2016)
New Revision: 22768
Modified:
trunk/packages/R/r-cran-png/trunk/debian/changelog
trunk/packages/R/r-cran-png/trunk/debian/control
trunk/packages/R/r-cran-png/trunk/debian/copyright
Log:
Enhance packaging
Modified: trunk/packages/R/r-cran-png/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-png/trunk/debian/changelog 2016-09-10 19:22:35 UTC (rev 22767)
+++ trunk/packages/R/r-cran-png/trunk/debian/changelog 2016-09-10 19:36:49 UTC (rev 22768)
@@ -1,5 +1,5 @@
r-cran-png (0.1-7-1) UNRELEASED; urgency=medium
- * Initial release.
+ * Initial release (Closes: #???)
- -- Steffen Moeller <moeller at debian.org> Thu, 21 Aug 2014 16:48:55 +0200
+ -- Andreas Tille <tille at debian.org> Sat, 10 Sep 2016 21:14:42 +0200
Modified: trunk/packages/R/r-cran-png/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-png/trunk/debian/control 2016-09-10 19:22:35 UTC (rev 22767)
+++ trunk/packages/R/r-cran-png/trunk/debian/control 2016-09-10 19:36:49 UTC (rev 22768)
@@ -1,20 +1,22 @@
Source: r-cran-png
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Steffen Moeller <moeller at debian.org>,
+Uploaders: Andreas Tille <tille at debian.org>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 9),
cdbs,
- r-base-dev, libpng-dev, libjpeg8-dev, hardening-wrapper
-Standards-Version: 3.9.5
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-png/trunk/
+ r-base-dev,
+ libpng-dev,
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-png/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-png/trunk/
Homepage: http://cran.r-project.org/web/packages/png
Package: r-cran-png
Architecture: any
Depends: ${R:Depends},
- ${shlibs:Depends}
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: GNU R package to read and write PNG images
This package provides an easy and simple way to read, write and display
bitmap images stored in the PNG format. It can read and write both
Modified: trunk/packages/R/r-cran-png/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-png/trunk/debian/copyright 2016-09-10 19:22:35 UTC (rev 22767)
+++ trunk/packages/R/r-cran-png/trunk/debian/copyright 2016-09-10 19:36:49 UTC (rev 22768)
@@ -1,12 +1,14 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Source: http://cran.r-project.org/src/contrib/png_0.1-7.tar.gz
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Contact: Simon Urbanek <Simon.Urbanek at r-project.org>
+Source: https://cran.r-project.org/web/packages/png
Files: *
-Copyright: Genetics is copyright 2003-2008 of Simon Urbanek <Simon.Urbanek at r-project.org>
+Copyright: 2003-2013 of Simon Urbanek <Simon.Urbanek at r-project.org>
License: GPL-2+
Files: debian/*
-Copyright: © 20014Steffen Moeller <moeller at debian.org>
+Copyright: 2014 Steffen Moeller <moeller at debian.org>
+ 2016 Andreas Tille <tille at debian.org>
License: GPL-2+
License: GPL-2+
@@ -20,9 +22,5 @@
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, write to the Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-Comment: On a Debian GNU/Linux system, the GNU General Public License
- version 2 is included in the file ‘/usr/share/common-licenses/GPL-2’.
-
+ On a Debian system the GNU General Public License version 2 is
+ included in the file ‘/usr/share/common-licenses/GPL-2’.
More information about the debian-med-commit
mailing list