Commit c4cc94d7 authored by Aggelos Avgerinos's avatar Aggelos Avgerinos
Browse files

haskell-iwlib: Fix naming on binary packages

instead of libghc-iw-{dev,doc,prof} use libghc-iwlib-{dev,doc,prof} to
conform with the `CABAL_PACKAGE` name,
parent c1dff580
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ X-Description: binding to the iw library
 This package provides a thin wrapper over the iw C library,
 providing access to wireless card information in supported systems.

Package: libghc-iw-dev
Package: libghc-iwlib-dev
Architecture: any
Depends: libiw-dev, ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
Recommends: ${haskell:Recommends}
@@ -30,7 +30,7 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 .
 ${haskell:Blurb}

Package: libghc-iw-prof
Package: libghc-iwlib-prof
Architecture: any
Depends: libiw-dev, ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
Recommends: ${haskell:Recommends}
@@ -41,7 +41,7 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 .
 ${haskell:Blurb}

Package: libghc-iw-doc
Package: libghc-iwlib-doc
Architecture: all
Section: doc
Depends: libiw-dev, ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

DEB_CABAL_PACKAGE = iw
DEB_CABAL_PACKAGE = iwlib

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk