<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/debian/rules, branch master</title>
<subtitle>Conversion between markup formats</subtitle>
<id>https://git.pashev.ru/pandoc/atom?h=master</id>
<link rel='self' href='https://git.pashev.ru/pandoc/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/'/>
<updated>2008-09-06T18:49:46Z</updated>
<entry>
<title>Pandoc is no longer a native debian package.</title>
<updated>2008-09-06T18:49:46Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2008-09-06T18:49:46Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=27b3146bceb5261f90606445cf40af2f5bb3bdb7'/>
<id>urn:sha1:27b3146bceb5261f90606445cf40af2f5bb3bdb7</id>
<content type='text'>
It is easier for releases if debian packaging is separate.

+ Removed debian directory and references to debian in Makefile and INSTALL.
+ Made COPYRIGHT and changelog standalone files rather than symlinks to
  debian directory.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1422 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Removed PDF writer from core pandoc, restored markdown2pdf.</title>
<updated>2008-08-27T05:50:26Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2008-08-27T05:50:26Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=3d2ff3d0a8d6ee04e771d1261b1367d7a3f4efe3'/>
<id>urn:sha1:3d2ff3d0a8d6ee04e771d1261b1367d7a3f4efe3</id>
<content type='text'>
+ Added markdown2pdf.
+ Removed Text/Pandoc/PDF.hs.
+ Removed references to PDF writer from Main.hs.
+ Removed references to PDF writer from pandoc.cabal.
+ Added markdown2pdf.1 to list of man pages in Setup.hs.
+ Added markdown2pdf.1.md man page source.
+ Added reference to markdown2pdf(1) in pandoc man page.
+ Added markdown2pdf to WRAPPERS in Makefile.
+ Removed mention of pdf writer from README; added markdown2pdf.
+ Added remarks on markdown2pdf dependencies to README.Debian.
+ Added markdown2pdf to web/index.txt.in.
+ Use markdown2pdf for pdf web demos.
+ Put markdown2pdf back into debian control and rules.
+ Added markdown2pdf to macports Portfile.
+ Added markdown2pdf to freebsd package.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1415 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Removed markdown2pdf and all references to it.</title>
<updated>2008-08-10T17:34:02Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2008-08-10T17:34:02Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=1cbc974e7e0bff62aedb2600660641f19aacbaa6'/>
<id>urn:sha1:1cbc974e7e0bff62aedb2600660641f19aacbaa6</id>
<content type='text'>
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1395 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>* Debian packaging changes:</title>
<updated>2008-02-09T03:12:03Z</updated>
<author>
<name>roktas</name>
<email>roktas@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2008-02-09T03:12:03Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=1a80813009dce1a12040f39a675a02718736ccd1'/>
<id>urn:sha1:1a80813009dce1a12040f39a675a02718736ccd1</id>
<content type='text'>
  + Migrate to GHC 6.8.2.  Closes: #461606
  + Add new dependencies libghc6-regex-compat-dev and libghc6-uulib-dev.
  + Remove the code in debian/rules which attempts to remove empty ghc6.6
    include directory.  This code may cause an installation failure for the
    -dev package.  Closes: #460658
  + Fix doc-base to prevent a lintian warning.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1197 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>* Debian packaging changes:</title>
<updated>2008-01-08T04:00:35Z</updated>
<author>
<name>roktas</name>
<email>roktas@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2008-01-08T04:00:35Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=71e508f98a3b8712e1feadce455116e86340bd24'/>
<id>urn:sha1:71e508f98a3b8712e1feadce455116e86340bd24</id>
<content type='text'>
  + Remove the empty 'include' directory in -dev package, which lintian
    complains about.
  + Bump Standarts-Version to 3.7.3.
  + Use new 'Homepage:' field to specify the upstream URL on suggestion of
    lintian.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1177 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>+ Makefile now checks GHC version.  If GHC is 6.6, pandoc.cabal.ghc66</title>
<updated>2007-11-25T01:51:36Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2007-11-25T01:51:36Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=99d8d45b744c98f08e12296667efebef52bfc8b6'/>
<id>urn:sha1:99d8d45b744c98f08e12296667efebef52bfc8b6</id>
<content type='text'>
  is copied to pandoc.cabal, and the old pandoc.cabal is copied to
  pandoc.cabal.orig.  Otherwise, pandoc.cabal is copied to pandoc.cabal.orig
  but otherwise unmodified.  This way, the Makefile will work properly
  with either GHC 6.6 or 6.8.
+ The changes in debian/rules from r1066 have been reverted, since they
  are no longer needed.  Also, debian/rules has been converted to UTF-8.
+ INSTALL instructions have been updated accordingly.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1095 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Remove a duplicate comment line.</title>
<updated>2007-11-06T01:35:22Z</updated>
<author>
<name>roktas</name>
<email>roktas@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2007-11-06T01:35:22Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=466b75d997da1027db8612375bc51fa8be61d112'/>
<id>urn:sha1:466b75d997da1027db8612375bc51fa8be61d112</id>
<content type='text'>
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1067 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Modified build procedure to allow compilation with GHC 6.8:</title>
<updated>2007-11-06T00:07:17Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2007-11-06T00:07:17Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=8a057e77affc16bf477faa0983529229c11bce68'/>
<id>urn:sha1:8a057e77affc16bf477faa0983529229c11bce68</id>
<content type='text'>
+ pandoc.cabal now uses Cabal configurations and requires Cabal &gt;=1.2.
+ An alternative pandoc.cabal.ghc66 is provided for those who have older
  versions of Cabal.
+ Debian build process has been modified to use pandoc.cabal.ghc66,
  as a temporary measure until GHC 6.8 gets into debian unstable.
+ INSTALL instructions have been updated.
+ Makefile has been updated to accommodate changes in pandoc.cabal.
+ pandoc.cabal.ghc68 has been removed, since the default version now
  works with GHC 6.8.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1066 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Makefile:</title>
<updated>2007-10-07T21:43:44Z</updated>
<author>
<name>roktas</name>
<email>roktas@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2007-10-07T21:43:44Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=175ddc3f6e6fec97ffe51b943c02079818be8721'/>
<id>urn:sha1:175ddc3f6e6fec97ffe51b943c02079818be8721</id>
<content type='text'>
- New variables to make use in debian/rules: DATADIR, DOCDIR.  Cabal uses
  $prefix/pandoc-$VERSION/doc for the documentation files, where as the
  Debian package uses $prefix/doc/pandoc.  We need these variables to resolve
  the conflict.

debian/rules:

- Set and export DATADIR, DOCDIR which controls the installation of document
  files at install-program target.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1045 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Setup executable permissions on some files.</title>
<updated>2007-01-05T07:39:32Z</updated>
<author>
<name>roktas</name>
<email>roktas@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2007-01-05T07:39:32Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=c9f72f4c3933928574f72a98330650bfa8acb604'/>
<id>urn:sha1:c9f72f4c3933928574f72a98330650bfa8acb604</id>
<content type='text'>
git-svn-id: https://pandoc.googlecode.com/svn/trunk@423 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
</feed>
