~ubuntu-branches/ubuntu/vivid/fweb/vivid

« back to all changes in this revision

Viewing changes to debian/patches/18-Web--style.web.patch

  • Committer: Package Import Robot
  • Author(s): Jari Aalto
  • Date: 2011-11-18 21:05:43 UTC
  • Revision ID: package-import@ubuntu.com-20111118210543-i4gn84g98pi86war
Tags: 1.62-11.1
* Non-maintainer upload.
  - Move to packaging format "3.0 (quilt)".
* debian/compat
  - Update to 8.
* debian/control
  - (Build-Depends): update to debhelper 8.
  - (Description): Adjust first line (lintian).
  - (Homepage): Add.
  - (Recommends): Change to tetex-base to texlive (Closes: #601268).
  - (Standards-Version): Update to 3.9.2.
  - (Suggests): Remove tetex-base.
  Package fweb-doc
  - (Description): Extend first line (Lintian).
  - (Depends): Add ${misc:Depends}, add dpkg (>= 1.15.4) | install-info
  - (Section): Add doc.
* debian/copyright
  - Remove obsolete FSF address. Correct GPL path.
* debian/idxmerge.1
  - Fix hyphen-used-as-minus-sign (Lintian).
* debian/patches
  - New. Convert embedded changes to upstream code into individual patches.
* debian/rules
  - Replace obsolete dh_clean with dh_prep
  - (build-arch, build-indep): New (W: Lintian).
  - (clean): Adjust make call Web/Makefile (Lintian).
    Delete generated files: Web/fweave.mds Web/fweave.ndx
  - (docdir): Install docs to $package-doc.
  - (infodir): New variable.
  - (install): Don't create directory doc-base (lintian).
    Don't create empty info dir (Lintian).
  - (tmpdir): Install to $package, not tmp dir thus no longer needing
    dh_movefiles.
* debian/source/format
  - New file.
* fweb-doc.doc-base
  - (Section): Update from Apps/Programming to Programming.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From 74408549737b694e53f6b9371459e307ba7d75b7 Mon Sep 17 00:00:00 2001
 
2
From: Jari Aalto <jari.aalto@cante.net>
 
3
Date: Fri, 18 Nov 2011 15:23:14 +0200
 
4
Subject: [PATCH] Web/style.web: Comment our see_all
 
5
Organization: Private
 
6
Content-Type: text/plain; charset="utf-8"
 
7
Content-Transfer-Encoding: 8bit
 
8
 
 
9
Signed-off-by: Jari Aalto <jari.aalto@cante.net>
 
10
---
 
11
 Web/style.web |    3 ---
 
12
 1 files changed, 0 insertions(+), 3 deletions(-)
 
13
 
 
14
diff --git a/Web/style.web b/Web/style.web
 
15
index c7ac756..8d1c245 100644
 
16
--- a/Web/style.web
 
17
+++ b/Web/style.web
 
18
@@ -1783,9 +1783,6 @@ SET_COLOR(info);
 
19
 printf("%s style-file parameters%s%s%s%s:\n",
 
20
        see_all ? "Default" : "Modified",
 
21
        *pa ? " beginning with \"" : "", (char *)pa, *pa ? "\"" : "",
 
22
-#if 0
 
23
-       see_all // Got tired of reading this; nobody cares anyway.
 
24
-#endif
 
25
        0 ? "\n (null or empty values for \
 
26
 @@ command codes are misleading)" : "");
 
27
 
 
28
-- 
 
29
1.7.7.1
 
30