Package: cvm Version: 0.96-1 Severity: normal Tags: patch pending Dear maintainer,
I've prepared an NMU for cvm (versioned as 0.96-1.1) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. Regards.
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,13 @@ +cvm (0.96-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/control: + - Fix FTBFS by build-depend on libmysqlclient-dev (Closes: #650426) + - Add source section admin. (Closes: #582283) + - Std-ver: 3.9.2. + + -- Aron Xu <[email protected]> Fri, 20 Jan 2012 11:05:23 +0000 + cvm (0.96-1) unstable; urgency=low * new upstream version. diff -u cvm-0.96/debian/control cvm-0.96/debian/control --- cvm-0.96/debian/control +++ cvm-0.96/debian/control @@ -1,11 +1,11 @@ Source: cvm +Section: admin Priority: optional Maintainer: Gerrit Pape <[email protected]> -Build-Depends: libbg1-dev, libmysqlclient15-dev, libpq-dev, libsqlite3-dev, libtool, vim, freecdb, sqlite3 -Standards-Version: 3.7.3.0 +Build-Depends: libbg1-dev, libmysqlclient-dev, libpq-dev, libsqlite3-dev, libtool, vim, freecdb, sqlite3 +Standards-Version: 3.9.2 Package: cvm -Section: admin Architecture: any Depends: ${shlibs:Depends} Description: Credential Validation Modules @@ -25,7 +25,6 @@ See http://untroubled.org/cvm/cvm.html for more information. Package: cvm-mysql -Section: admin Architecture: any Depends: ${shlibs:Depends} Recommends: cvm @@ -46,7 +45,6 @@ See http://untroubled.org/cvm/cvm.html for more information. Package: cvm-pgsql -Section: admin Architecture: any Depends: ${shlibs:Depends} Recommends: cvm

