diff options
author | Nirbhay Choubey <nirbhay@skysql.com> | 2014-05-27 09:07:19 -0400 |
---|---|---|
committer | Nirbhay Choubey <nirbhay@skysql.com> | 2014-05-27 09:07:19 -0400 |
commit | 7487f6b397c97bc27cbb6315746006f3df0e291d (patch) | |
tree | 2fdb3fd29956e83a6ea22291364f077a1c75ba85 /debian | |
parent | 86e73576dd2ccf7385ac0b5b7b3bbf6d656e71f4 (diff) | |
download | mariadb-git-7487f6b397c97bc27cbb6315746006f3df0e291d.tar.gz |
Removing rsync from the debian build dependency list.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/dist/Debian/control | 2 | ||||
-rw-r--r-- | debian/dist/Ubuntu/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/dist/Debian/control b/debian/dist/Debian/control index b539dde1579..05788d01a8e 100644 --- a/debian/dist/Debian/control +++ b/debian/dist/Debian/control @@ -9,7 +9,7 @@ Build-Depends: libtool (>= 1.4.2-7), procps | hurd, debhelper, file (>= 3.28), zlib1g-dev (>= 1:1.1.3-5), ${LIBREADLINE_DEV}, libevent-dev, libssl-dev, libpam0g-dev, psmisc, po-debconf, chrpath, automake1.9, doxygen, texlive-latex-base, ghostscript | gs-gpl, dpatch, gawk, bison, lsb-release, - hardening-wrapper, ${CMAKE_DEP}libaio-dev, rsync + hardening-wrapper, ${CMAKE_DEP}libaio-dev Standards-Version: 3.8.3 Homepage: http://mariadb.org/ Vcs-Browser: http://bazaar.launchpad.net/~maria-captains/maria/5.5/files diff --git a/debian/dist/Ubuntu/control b/debian/dist/Ubuntu/control index 14f497e6e86..c26cccbd17e 100644 --- a/debian/dist/Ubuntu/control +++ b/debian/dist/Ubuntu/control @@ -9,7 +9,7 @@ Build-Depends: libtool (>= 1.4.2-7), procps | hurd, debhelper, file (>= 3.28), zlib1g-dev (>= 1:1.1.3-5), ${LIBREADLINE_DEV}, libevent-dev, libssl-dev, libpam0g-dev, psmisc, po-debconf, chrpath, automake1.9, doxygen, texlive-latex-base, ghostscript | gs-gpl, dpatch, gawk, bison, lsb-release, - hardening-wrapper, ${CMAKE_DEP}libaio-dev, rsync + hardening-wrapper, ${CMAKE_DEP}libaio-dev Standards-Version: 3.8.2 Homepage: http://mariadb.org/ Vcs-Browser: http://bazaar.launchpad.net/~maria-captains/maria/5.5/files |