[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#383533: libghc6-haskelldb-dev: curious version number in dependency



tag 383533 patch
thanks

Hi Lars,

Thanks for your bug report. 

Op vr, 18-08-2006 te 00:39 +0300, schreef Lars Wirzenius:
> Package: libghc6-haskelldb-dev
> Version: 0.9.cvs.601-10
> 
> This version of the package has a dependency header that looks like this
> (in part):
> 
>         Depends: libghc6-hsql-dev (>= 1.6), libghc6-hsql-dev (<< ++)
> 
> Although "++" seems to be strictly according to the syntax in Policy
> (even if it doesn't start with a digit), but I suspect it is not what is
> meant here.
It seems I made a typo in the debian/control file. I have fixed it now
(patch attached).

Marga, as you uploaded the last version of haskelldb for me, could you
upload this simple fix as well?

Greetings Arjan 

 
diff -u haskelldb-0.9.cvs.601/debian/changelog haskelldb-0.9.cvs.601/debian/changelog
--- haskelldb-0.9.cvs.601/debian/changelog
+++ haskelldb-0.9.cvs.601/debian/changelog
@@ -1,3 +1,11 @@
+haskelldb (0.9.cvs.601-11) unstable; urgency=low
+
+  * QA upload.
+  * debian/control: Fix typo in substitution variable which caused a
+    strange version number. (Closes: #383533)
+
+ -- Arjan Oosting <arjanoosting@home.nl>  Thu, 24 Aug 2006 13:49:53 +0200
+
 haskelldb (0.9.cvs.601-10) unstable; urgency=low
 
   * QA upload.
diff -u haskelldb-0.9.cvs.601/debian/control haskelldb-0.9.cvs.601/debian/control
--- haskelldb-0.9.cvs.601/debian/control
+++ haskelldb-0.9.cvs.601/debian/control
@@ -9,7 +9,7 @@
 Section: libdevel
 Architecture: any
 Suggests: haskelldb-bin
-Depends: libghc6-hsql-dev (>= ${HSQL:Version}), libghc6-hsql-dev (<< ${HSQL:VERSION}++), libghc6-hsql-mysql-dev, libghc6-hsql-odbc-dev, libghc6-hsql-postgresql-dev, libghc6-hsql-sqlite-dev, ${shlibs:Depends}, ${haskell:Depends}
+Depends: libghc6-hsql-dev (>= ${HSQL:Version}), libghc6-hsql-dev (<< ${HSQL:Version}+), libghc6-hsql-mysql-dev, libghc6-hsql-odbc-dev, libghc6-hsql-postgresql-dev, libghc6-hsql-sqlite-dev, ${shlibs:Depends}, ${haskell:Depends}
 Description: Haskell library for expressing database queries
  HaskellDB is a Haskell library for expressing database queries and
  operations in a type safe and declarative way. HaskellDB compiles a
diff -u haskelldb-0.9.cvs.601/debian/rules haskelldb-0.9.cvs.601/debian/rules
--- haskelldb-0.9.cvs.601/debian/rules
+++ haskelldb-0.9.cvs.601/debian/rules
@@ -44,7 +44,6 @@
 		src/Database/HaskellDB/GenericConnect.hs local-pkg \
 		DBDirect
 	dh_clean 
-	echo $(HSQL_VERSION)
 
 install: build
 	dh_testdir

Attachment: signature.asc
Description: Dit berichtdeel is digitaal ondertekend


Reply to: