Software Freedom Law Center

Changeset 199

Show
Ignore:
Timestamp:
07/15/07 01:14:24 (1 year ago)
Author:
bkuhn
Message:

r1899@hughes: bkuhn | 2007-07-15 00:51:01 -0400

  • I added debian controls to implement a patch I've written to pandoc.
  • The patch itself is in 01_sflc_add_strikeout.patch

+ It implements a new type, Strikeout, and does the proper thing

for strikeout text in all formats, except for reStructured text,
which doesn't seem to support it.

+ I've submitted this patch upstream:

http://code.google.com/p/pandoc/issues/detail?id=18

  • Rest of the changes are to make the patch apply and work using Debian
    dpatch system.


Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/pandoc/debian/control

    r177 r199  
    44X-Actual-Maintainer: Recai Oktaş <roktas@debian.org> 
    55Maintainer: 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, perl 
     6Build-Depends: debhelper (>> 4.0.0), haskell-devscripts (>=0.5.12), ghc6 (>= 6.6-1), libghc6-xhtml-dev, libghc6-mtl-dev, perl 
    77Build-Depends-Indep: haddock 
    88Standards-Version: 3.7.2.0 
  • trunk/pandoc/debian/rules

    r70 r199  
    99# Licensed under the GNU General Public License, version 2. 
    1010# See the file 'http://www.gnu.org/copyleft/gpl.txt'. 
     11 
     12include /usr/share/cdbs/1/rules/simple-patchsys.mk 
    1113 
    1214THIS    := $(shell sed -ne 's/^Source: \(.*\)/\1/p' debian/control) 
     
    4547        touch build-stamp 
    4648 
    47 clean: 
     49clean:: 
    4850        dh_testdir 
    4951        dh_testroot 

SFLC Main Page

[frdm] Support SFLC