debian 3.32 → 3.33
raw patch · 3 files changed
+8/−2 lines, 3 files
Files
- Distribution/Package/Debian.hs +1/−1
- debian.cabal +1/−1
- debian/changelog +6/−0
Distribution/Package/Debian.hs view
@@ -585,7 +585,7 @@ Paragraph [Field ("Package", " " ++ prefix ++ map toLower (unPackageName . pkgName . package $ pkgDesc) ++ suffix), Field ("Architecture", " " ++ arch),- Field ("Section", " " ++ "libdevel"),+ Field ("Section", " " ++ "haskell"), Field ("Depends", " " ++ showDeps' "Depends:" ([[D.Rel "${haskell:Depends}" Nothing Nothing], [D.Rel "${misc:Depends}" Nothing Nothing]] ++ libraryDependencies suffix)), Field ("Description", " " ++ libraryDescription suffix)]
debian.cabal view
@@ -1,5 +1,5 @@ Name: debian-Version: 3.32+Version: 3.33 License: BSD3 License-File: debian/copyright Author: David Fox
debian/changelog view
@@ -1,3 +1,9 @@+haskell-debian (3.33) unstable; urgency=low++ * cabal-debian: Setion: libdevel -> haskell++ -- Jeremy Shaw <jeremy@seereason.com> Thu, 16 Apr 2009 16:22:35 -0500+ haskell-debian (3.32) unstable; urgency=low * Add fields to Debian.Changes.ChangedFileSpec for SHA1 and SHA256