Index: trunk/debs/mysql-at-facebook/debian/control |
— | — | @@ -1,13 +1,10 @@ |
2 | | -Source: mysql |
| 2 | +Source: mysqlatfacebook |
3 | 3 | Section: misc |
4 | 4 | Priority: optional |
5 | | -Maintainer: Debian MySQL Maintainers <pkg-mysql-maint@lists.alioth.debian.org> |
6 | | -Uploaders: Norbert Tretkowski <norbert@tretkowski.de> |
| 5 | +Maintainer: Asher Feldman <afeldman@wikimedia.org> |
7 | 6 | Build-Depends: libtool (>= 1.4.2-7), procps | hurd, debhelper (>= 7.4.0), file (>= 3.28), libncurses5-dev (>= 5.0-6), perl (>= 5.6.0), libwrap0-dev (>= 7.0), zlib1g-dev (>= 1:1.1.3-5), libreadline-dev, psmisc, po-debconf, chrpath, doxygen, ghostscript, gawk, bison, lsb-release, hardening-wrapper, cmake, automake, git-core |
8 | 7 | Standards-Version: 3.9.2 |
9 | | -Homepage: http://dev.mysql.com/ |
10 | | -Vcs-Browser: http://svn.debian.org/wsvn/pkg-mysql/mysql/ |
11 | | -Vcs-Svn: svn://svn.debian.org/svn/pkg-mysql/mysql/ |
| 8 | +Homepage: https://launchpad.net/mysqlatfacebook |
12 | 9 | |
13 | 10 | Package: libmysqlclient16 |
14 | 11 | Section: libs |
Index: trunk/debs/mysql-at-facebook/debian/changelog |
— | — | @@ -1,4 +1,4 @@ |
2 | | -mysql (5.1.53-fb3753-wm1) unstable; urgency=low |
| 2 | +mysqlatfacebook (5.1.53-fb3753-wm1) wikimedia-lucid-mysql; urgency=low |
3 | 3 | |
4 | 4 | * mysql-at-facebook 5.1 r3753 |
5 | 5 | |
Index: trunk/debs/mysql-at-facebook/debian/rules |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | |
4 | 4 | export DH_VERBOSE=1 |
5 | 5 | |
6 | | -PACKAGE=mysql-5.1 |
| 6 | +PACKAGE=mysqlatfacebook |
7 | 7 | |
8 | 8 | TMP=$(CURDIR)/debian/tmp/ |
9 | 9 | |