summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorroktas <roktas@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-05 07:54:29 +0000
committerroktas <roktas@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-05 07:54:29 +0000
commit46f0c051504e37665e1b3195d35fa2a39aca7b6e (patch)
treea6843fd19833ded8799f4aef1b92d2f534b76a0f /debian
parent74ef307c0b01fb3385cd843c8c4ac5ec5dd872aa (diff)
Change the author order in debian/changelog to reflect the order of
importance. Changes in pandoc itself are more important than those in the build system. git-svn-id: https://pandoc.googlecode.com/svn/trunk@425 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog52
1 files changed, 26 insertions, 26 deletions
diff --git a/debian/changelog b/debian/changelog
index 08fd1280b..58ca59a8a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,31 +1,5 @@
pandoc (0.3) unstable; urgency=low
- [ Recai Oktaş ]
-
- * Revamped build process to conform to debian standards and created
- a proper debian package. Closes: #391666.
-
- * Modified build process to support GHC 6.6.
- + The package can still be compiled using GHC 6.4.2, though because
- of dependencies the "make deb" target works only with GHC 6.6+.
- + The script 'cabalize' is used to create an appropriate
- 'Pandoc.cabal' from 'Pandoc.cabal.in', depending on the GHC and
- Cabal versions.
-
- * Refactored template processing (fillTemplates.pl).
-
- * Modified wrapper scripts to make them more robust and portable.
- To avoid code duplication and ensure consistency, wrappers are
- generated via a templating system from templates in src/wrappers.
- + Wrappers now accept multiple filenames, when appropriate.
- + Spaces and tabs allowed in filenames.
- + getopts shell builtin is used for portable option parsing.
- + Improved html2markdown's web grabber code, making it more robust,
- configurable and verbose. Added '-e', '-g' options.
- Possible use case:
- # Use wget by setting timeout to 10 seconds and limit retries to 2.
- html2markdown -g 'wget --timeout=10 --tries=2'
-
[ John MacFarlane ]
* Changes in pandoc options:
@@ -208,6 +182,32 @@ pandoc (0.3) unstable; urgency=low
* Made COPYRIGHT in top level a symlink to debian/copyright, to avoid
duplication.
+ [ Recai Oktaş ]
+
+ * Revamped build process to conform to debian standards and created
+ a proper debian package. Closes: #391666.
+
+ * Modified build process to support GHC 6.6.
+ + The package can still be compiled using GHC 6.4.2, though because
+ of dependencies the "make deb" target works only with GHC 6.6+.
+ + The script 'cabalize' is used to create an appropriate
+ 'Pandoc.cabal' from 'Pandoc.cabal.in', depending on the GHC and
+ Cabal versions.
+
+ * Refactored template processing (fillTemplates.pl).
+
+ * Modified wrapper scripts to make them more robust and portable.
+ To avoid code duplication and ensure consistency, wrappers are
+ generated via a templating system from templates in src/wrappers.
+ + Wrappers now accept multiple filenames, when appropriate.
+ + Spaces and tabs allowed in filenames.
+ + getopts shell builtin is used for portable option parsing.
+ + Improved html2markdown's web grabber code, making it more robust,
+ configurable and verbose. Added '-e', '-g' options.
+ Possible use case:
+ # Use wget by setting timeout to 10 seconds and limit retries to 2.
+ html2markdown -g 'wget --timeout=10 --tries=2'
+
-- Recai Oktaş <roktas@debian.org> Fri, 05 Jan 2007 09:41:19 +0200
pandoc (0.2) unstable; urgency=low