* Debian packaging changes:
+ 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
This commit is contained in:
parent
65e118ec58
commit
71e508f98a
3 changed files with 16 additions and 7 deletions
12
debian/changelog
vendored
12
debian/changelog
vendored
|
@ -183,6 +183,18 @@ pandoc (0.46) unstable; urgency=low
|
|||
See http://www.american.edu/econ/itex2mml/mathhack.rst for the
|
||||
strategy.
|
||||
|
||||
[ Recai Oktaş ]
|
||||
|
||||
* Debian packaging changes:
|
||||
|
||||
+ 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.
|
||||
|
||||
-- Recai Oktaş <roktas@debian.org> Tue, 08 Jan 2008 05:13:31 +0200
|
||||
|
||||
pandoc (0.45) unstable; urgency=low
|
||||
|
||||
[ John MacFarlane ]
|
||||
|
|
9
debian/control
vendored
9
debian/control
vendored
|
@ -5,7 +5,8 @@ Maintainer: Recai Oktaş <roktas@debian.org>
|
|||
Build-Depends: debhelper (>= 4.0.0), haskell-devscripts (>=0.5.12), ghc6 (>= 6.6-1), libghc6-xhtml-dev, libghc6-mtl-dev, libghc6-network-dev, perl
|
||||
Build-Depends-Indep: haddock
|
||||
Build-Conflicts: ghc6 (>= 6.8), ghc6 (<= 6.4)
|
||||
Standards-Version: 3.7.2.0
|
||||
Standards-Version: 3.7.3
|
||||
Homepage: http://johnmacfarlane.net/pandoc/
|
||||
XS-Vcs-Svn: http://pandoc.googlecode.com/svn/trunk
|
||||
XS-Vcs-Browser: http://pandoc.googlecode.com/svn/trunk
|
||||
|
||||
|
@ -33,8 +34,6 @@ Description: general markup converter
|
|||
representation of the document, and a set of writers, which convert
|
||||
this native representation into a target format. Thus, adding an input
|
||||
or output format requires only adding a reader or writer.
|
||||
.
|
||||
Homepage: http://johnmacfarlane.net/pandoc/
|
||||
|
||||
Package: libghc6-pandoc-dev
|
||||
Section: libdevel
|
||||
|
@ -62,8 +61,6 @@ Description: general markup converter
|
|||
or output format requires only adding a reader or writer.
|
||||
.
|
||||
This package contains the libraries compiled for GHC 6.
|
||||
.
|
||||
Homepage: http://johnmacfarlane.net/pandoc/
|
||||
|
||||
Package: pandoc-doc
|
||||
Section: doc
|
||||
|
@ -89,5 +86,3 @@ Description: general markup converter
|
|||
or output format requires only adding a reader or writer.
|
||||
.
|
||||
This package contains the library documentation for Pandoc.
|
||||
.
|
||||
Homepage: http://johnmacfarlane.net/pandoc/
|
||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -63,6 +63,8 @@ install: build
|
|||
|
||||
dh_haskell -a
|
||||
|
||||
# Remove empty directories, which lintian complains about.
|
||||
find debian/libghc6-$(THIS)-dev -type d -name 'include' -empty -delete
|
||||
# Hack! Cabal builds executables while building libraries. Move these
|
||||
# files to top dir where the Makefile install target expects to find.
|
||||
# See "BUGS" section at the following document:
|
||||
|
|
Loading…
Reference in a new issue