[Git][haskell-team/DHG_packages][master] haskell-iwlib: Fix naming on binary packages

Aggelos Avgerinos gitlab at salsa.debian.org
Wed Jul 18 11:05:22 BST 2018


Aggelos Avgerinos pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
c4cc94d7 by Aggelos Avgerinos at 2018-07-18T12:57:34+03:00
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,

- - - - -


2 changed files:

- p/haskell-iwlib/debian/control
- p/haskell-iwlib/debian/rules


Changes:

=====================================
p/haskell-iwlib/debian/control
=====================================
--- a/p/haskell-iwlib/debian/control
+++ b/p/haskell-iwlib/debian/control
@@ -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}


=====================================
p/haskell-iwlib/debian/rules
=====================================
--- a/p/haskell-iwlib/debian/rules
+++ b/p/haskell-iwlib/debian/rules
@@ -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



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/c4cc94d7c1ab48c267b88b5e8f078cd97e24267d

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/c4cc94d7c1ab48c267b88b5e8f078cd97e24267d
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20180718/7bb8f9ca/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list