Author: plessy Date: 2013-08-21 22:33:00 +0000 (Wed, 21 Aug 2013) New Revision: 14472
Modified: trunk/packages/R/r-cran-bitops/trunk/debian/changelog trunk/packages/R/r-cran-bitops/trunk/debian/control Log: Normalised debian/control with ?\226?\128?\152cme fix?\226?\128?\153. Modified: trunk/packages/R/r-cran-bitops/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-bitops/trunk/debian/changelog 2013-08-21 15:03:29 UTC (rev 14471) +++ trunk/packages/R/r-cran-bitops/trunk/debian/changelog 2013-08-21 22:33:00 UTC (rev 14472) @@ -1,3 +1,9 @@ +bitops (1.0-5-2) UNRELEASED; urgency=low + + * Normalised debian/control with ‘cme fix’. + + -- Charles Plessy <[email protected]> Thu, 22 Aug 2013 07:32:41 +0900 + bitops (1.0-5-1) unstable; urgency=low * New upstream release. Modified: trunk/packages/R/r-cran-bitops/trunk/debian/control =================================================================== --- trunk/packages/R/r-cran-bitops/trunk/debian/control 2013-08-21 15:03:29 UTC (rev 14471) +++ trunk/packages/R/r-cran-bitops/trunk/debian/control 2013-08-21 22:33:00 UTC (rev 14472) @@ -1,10 +1,13 @@ Source: bitops +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Steffen Moeller <[email protected]>, + Charles Plessy <[email protected]>, + Andreas Tille <[email protected]> Section: gnu-r Priority: optional -Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Steffen Moeller <[email protected]>, Charles Plessy <[email protected]>, - Andreas Tille <[email protected]> -Build-Depends: debhelper (>= 9), r-base-dev, cdbs +Build-Depends: debhelper (>= 9), + r-base-dev, + cdbs Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-bitops/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-bitops/trunk/ @@ -12,9 +15,12 @@ Package: r-cran-bitops Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, ${R:Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${R:Depends} Description: GNU R package implementing bitwise operations Functions for bitwise operations on integer vectors. . This package of R programming tools for plotting data was written by Steve Dutky <[email protected]> with parts by Martin Maechler. + _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
