~ubuntu-branches/ubuntu/wily/fweb/wily

« back to all changes in this revision

Viewing changes to debian/patches/12-Web--common.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 eb9231d68b7a5f998d25db6d0cd6e42b539da90d Mon Sep 17 00:00:00 2001
 
2
From: Jari Aalto <jari.aalto@cante.net>
 
3
Date: Fri, 18 Nov 2011 15:17:33 +0200
 
4
Subject: [PATCH] Web/common.web: Update VERSION
 
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/common.web |    2 +-
 
12
 1 files changed, 1 insertions(+), 1 deletions(-)
 
13
 
 
14
diff --git a/Web/common.web b/Web/common.web
 
15
index 5edbb38..40a23cd 100644
 
16
--- a/Web/common.web
 
17
+++ b/Web/common.web
 
18
@@ -38,7 +38,7 @@ two component programs, if no confusion can arise.
 
19
 
 
20
 @ Here is the overall appearance of this file:
 
21
 
 
22
-@d VERSION "1.61" // For development, use |$REVISION| here.
 
23
+@d VERSION "1.62" // For development, use |$REVISION| here.
 
24
 @d RELEASE_DATE "September 23, 1998"
 
25
 
 
26
 @A
 
27
-- 
 
28
1.7.7.1
 
29