diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-04-04 17:49:04 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-04-04 17:49:04 -0400 |
commit | f7fa6966195a3a4cc392aea56b307c939d28ffc7 (patch) | |
tree | d6ff31b0ed9a49df0d7bc6c25e7c361c3b7bf536 /debian | |
parent | bbd61b346b9375b4fc6370593e15e7db075b122e (diff) |
move comments to copyright and changelog
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 13 | ||||
-rw-r--r-- | debian/copyright | 10 |
2 files changed, 23 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index fab20985d..2b1f938b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +ikiwiki (3.10) UNRELEASED; urgency=low + + * darcs: Finally added support for this VCS, thanks to many + contributors: + - Thomas Schwinge wrote the original file, implementing only rcs_commit. + - Benjamin A'Lee contributed an alternative implementation. + - Tuomo Valkonen contributed rcs_getctime and stub rcs_recentchanges. + - Simon Michael contributed multiple changes. + - Petr Ročkai fixed rcs_recentchanges. + - Sven M. Hallberg merged the above and added missing features. + + -- Joey Hess <joeyh@debian.org> Sat, 04 Apr 2009 17:47:36 -0400 + ikiwiki (3.09) unstable; urgency=low * inline: Add title_natural sort order, using Sort::Naturally diff --git a/debian/copyright b/debian/copyright index 67f0ac540..5fc55f5c5 100644 --- a/debian/copyright +++ b/debian/copyright @@ -32,6 +32,16 @@ Files: tla.pm Copyright: © 2006 Clint Adams <schizo@debian.org> License: GPL-2+ +Files: darcs.pm +Copyright: + © 2006 Thomas Schwinge <tschwinge@gnu.org> + 2007 Benjamin A'Lee <bma@bmalee.eu> + Tuomo Valkonen <tuomov@iki.fi> + 2008 Simon Michael <simon@joyful.com> + Petr Ročkai <me@mornfall.net> + Sven M. Hallberg <pesco@khjk.org> +License: GPL-2+ + Files: teximg.pm Copyright: © 2007 Patrick Winnertz <patrick.winnertz@skolelinux.org> License: GPL-2+ |