Bug#650426: cvm: Should build-depend on libmysqlclient-dev

2015-07-01 Thread Martin Michlmayr
* Gerrit Pape p...@smarden.org [2015-06-30 07:44]:
 Hi, I won't get to this soon, please NMU.  Thanks, Gerrit.

I uploaded with the attached diff.

-- 
Martin Michlmayr
Linux for HP Helion OpenStack, Hewlett-Packard
diff -u cvm-0.96/debian/changelog cvm-0.96/debian/changelog
--- cvm-0.96/debian/changelog
+++ cvm-0.96/debian/changelog
@@ -1,3 +1,14 @@
+cvm (0.96-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload on request of the maintainer.
+  * Update build-depends to libmysqlclient-dev; thanks to Clint Byrum.
+Closes: #650426
+  * Add Section header to debian/control; thanks to Stefano Rivera.
+Closes: #582283
+  * Update padding in tests.sh so tests/vmailmgr-xconvert doesn't fail.
+
+ -- Martin Michlmayr t...@cyrius.com  Wed, 01 Jul 2015 16:02:36 +0400
+
 cvm (0.96-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u cvm-0.96/debian/control cvm-0.96/debian/control
--- cvm-0.96/debian/control
+++ cvm-0.96/debian/control
@@ -1,7 +1,8 @@
 Source: cvm
+Section: admin
 Priority: optional
 Maintainer: Gerrit Pape p...@smarden.org
-Build-Depends: libbg1-dev, libmysqlclient15-dev, libpq-dev, libsqlite3-dev, libtool, libtool-bin, vim, freecdb, sqlite3
+Build-Depends: libbg1-dev, libmysqlclient-dev, libpq-dev, libsqlite3-dev, libtool, libtool-bin, vim, freecdb, sqlite3
 Standards-Version: 3.7.3.0
 
 Package: cvm
only in patch2:
unchanged:
--- cvm-0.96.orig/tests.sh
+++ cvm-0.96/tests.sh
@@ -268,9 +268,9 @@
 domain:   test.tld
 mailbox path: @TMPDIR@/home/virt
 
-000: 020a 0108 0100 2430 2470 6173 7300 2e2f  ..\$0\$pass../
-010: 7669 7274  002d 002d 002d 002d 0031  virt...-.-.-.-.1
-020: 3031 3637 3331 3335 3800 2d00016731358.-.
+: 020a 0108 0100 2430 2470 6173 7300 2e2f  ..\$0\$pass../
+0010: 7669 7274  002d 002d 002d 002d 0031  virt...-.-.-.-.1
+0020: 3031 3637 3331 3335 3800 2d00016731358.-.
 END_OF_TEST_RESULTS
 
 


Bug#650426: cvm: Should build-depend on libmysqlclient-dev

2015-06-30 Thread Gerrit Pape
On Mon, Jun 29, 2015 at 12:44:00PM -0400, Martin Michlmayr wrote:
 severity 650426 serious
 thanks
 
 * Clint Byrum cl...@ubuntu.com [2011-11-29 09:39]:
  In Ubuntu, the attached patch was applied to achieve the following:
  
* d/control: change to using just plain libmysqlclient-dev to pick up
  latest libmysqlclient on rebuild.
 
 mysql-ocaml fails to build in unstable now because libmysqlclient15-dev
 is no longer provided by mysql 5.6.  Please apply Clint's patch.

Hi, I won't get to this soon, please NMU.  Thanks, Gerrit.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#650426: cvm: Should build-depend on libmysqlclient-dev

2015-06-29 Thread Martin Michlmayr
severity 650426 serious
thanks

* Clint Byrum cl...@ubuntu.com [2011-11-29 09:39]:
 In Ubuntu, the attached patch was applied to achieve the following:
 
   * d/control: change to using just plain libmysqlclient-dev to pick up
 latest libmysqlclient on rebuild.

mysql-ocaml fails to build in unstable now because libmysqlclient15-dev
is no longer provided by mysql 5.6.  Please apply Clint's patch.

-- 
Martin Michlmayr
Linux for HP Helion OpenStack, Hewlett-Packard


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#650426: cvm: Should build-depend on libmysqlclient-dev

2011-11-29 Thread Clint Byrum
Package: cvm
Version: 0.96-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch



*** /tmp/tmpw4LGL9/bug_body
In Ubuntu, the attached patch was applied to achieve the following:

  * d/control: change to using just plain libmysqlclient-dev to pick up
latest 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.0.0-12-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 cvm-0.96/debian/changelog cvm-0.96/debian/changelog
diff -u cvm-0.96/debian/control cvm-0.96/debian/control
--- cvm-0.96/debian/control
+++ cvm-0.96/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Gerrit Pape p...@smarden.org
-Build-Depends: libbg1-dev, libmysqlclient15-dev, libpq-dev, libsqlite3-dev, libtool, vim, freecdb, sqlite3
+Build-Depends: libbg1-dev, libmysqlclient-dev, libpq-dev, libsqlite3-dev, libtool, vim, freecdb, sqlite3
 Standards-Version: 3.7.3.0
 
 Package: cvm