ddssff / cabal-debian

Create a Debianization by examining a .cabal file.
Other
16 stars 10 forks source link

Copyright starts with `Just` #41

Closed nomeata closed 9 years ago

nomeata commented 9 years ago
/tmp $ cabal unpack quickcheck-unicode
cdUnpacking to quickcheck-unicode-1.0.0.1/
/tmp $ cd quickcheck-unicode-1.0.0.1/
/tmp/quickcheck-unicode-1.0.0.1 $ ~/build/haskell/cabal-debian/.cabal-sandbox/bin/cabal-debian  --official 
/tmp/quickcheck-unicode-1.0.0.1 $ head -n 1 debian/copyright 
Just Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
ddssff commented 9 years ago

Darn, thought I had fixed that.

ddssff commented 9 years ago

Fixed in version 4.27.1.

ddssff commented 9 years ago

Never sure whose responsibility it is to close issues on github. In bugzilla you went to resolved/fixed and then QA would move it to closed.

nomeata commented 9 years ago

It’s your responsibility as the maintainer, I believe. Note that you can actually close them directly with the ticket, by including fixes #41 in the commit log.