Changeset 199
- Timestamp:
- 07/15/07 01:14:24 (1 year ago)
- Files:
-
- trunk/pandoc/debian/control (modified) (1 diff)
- trunk/pandoc/debian/patches (added)
- trunk/pandoc/debian/patches/00list (added)
- trunk/pandoc/debian/patches/01_sflc_add_strikeout.patch (added)
- trunk/pandoc/debian/rules (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/pandoc/debian/control
r177 r199 4 4 X-Actual-Maintainer: Recai OktaÅ <roktas@debian.org> 5 5 Maintainer: Bradley M. Kuhn <bkuhn@softwarefreedom.org> 6 Build-Depends: debhelper (> =4.0.0), haskell-devscripts (>=0.5.12), ghc6 (>= 6.6-1), libghc6-xhtml-dev, libghc6-mtl-dev, perl6 Build-Depends: debhelper (>> 4.0.0), haskell-devscripts (>=0.5.12), ghc6 (>= 6.6-1), libghc6-xhtml-dev, libghc6-mtl-dev, perl 7 7 Build-Depends-Indep: haddock 8 8 Standards-Version: 3.7.2.0 trunk/pandoc/debian/rules
r70 r199 9 9 # Licensed under the GNU General Public License, version 2. 10 10 # See the file 'http://www.gnu.org/copyleft/gpl.txt'. 11 12 include /usr/share/cdbs/1/rules/simple-patchsys.mk 11 13 12 14 THIS := $(shell sed -ne 's/^Source: \(.*\)/\1/p' debian/control) … … 45 47 touch build-stamp 46 48 47 clean: 49 clean:: 48 50 dh_testdir 49 51 dh_testroot