Package: rmysql Version: 0.8-0-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu precise ubuntu-patch
In Ubuntu, the attached patch was applied to achieve the following: * d/control: Build-Depend on libmysqlclient-dev to pick up latest version of libmysqlclient on rebuild. Thanks for considering the patch. -- System Information: Debian Release: wheezy/sid APT prefers precise-updates APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 'precise') Architecture: amd64 (x86_64) Kernel: Linux 3.1.0-2-generic (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u rmysql-0.8-0/debian/changelog rmysql-0.8-0/debian/changelog diff -u rmysql-0.8-0/debian/control rmysql-0.8-0/debian/control --- rmysql-0.8-0/debian/control +++ rmysql-0.8-0/debian/control @@ -1,8 +1,9 @@ Source: rmysql Section: gnu-r Priority: optional Maintainer: Dirk Eddelbuettel <e...@debian.org> -Build-Depends: debhelper (>= 7.0.0), cdbs, r-base-dev (>= 2.13.0), libmysqlclient15-dev, r-cran-dbi (>= 0.2-2) +Build-Depends: debhelper (>= 7.0.0), cdbs, r-base-dev (>= 2.13.0), libmysqlclient-dev, r-cran-dbi (>= 0.2-2) Standards-Version: 3.9.1 Homepage: http://stat.bell-labs.com/RS-DBI