diff options
author | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2012-05-22 13:33:31 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2012-05-22 13:33:31 +0000 |
commit | 272bef09a8c9a005619dc7f3a05f09944a16c5d2 (patch) | |
tree | c5883a7ac815a21e48d826a8ecfafa7f92ee25c4 /debian/patches/050_entity-h-clean.patch | |
parent | Assume "text" if an input type is unknown (closes: #615843) (diff) | |
download | w3m-272bef09a8c9a005619dc7f3a05f09944a16c5d2.tar.gz w3m-272bef09a8c9a005619dc7f3a05f09944a16c5d2.zip |
Sync with upstream on 2012-05-22
- debian/patches/010_entity-h-clean.patch: Updated
- debian/patches/050_entity-h-clean.patch: Removed (meged upstream)
Diffstat (limited to 'debian/patches/050_entity-h-clean.patch')
-rw-r--r-- | debian/patches/050_entity-h-clean.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/debian/patches/050_entity-h-clean.patch b/debian/patches/050_entity-h-clean.patch deleted file mode 100644 index 694ec4d..0000000 --- a/debian/patches/050_entity-h-clean.patch +++ /dev/null @@ -1,17 +0,0 @@ -Description: Remove entity.h when `make clean' - The file entity.h is regenerated at build time, so it should be - removed when `make clean'. -Forwarded: http://www.sic.med.tohoku.ac.jp/~satodai/w3m-dev/201102.month/4451.html -Author: Tatsuya Kinoshita <tats@debian.org> - -diff -urN w3m-0.5.3.orig/Makefile.in w3m-0.5.3/Makefile.in ---- w3m-0.5.3.orig/Makefile.in 2011-01-04 18:22:18.000000000 +0900 -+++ w3m-0.5.3/Makefile.in 2011-02-06 15:58:12.000000000 +0900 -@@ -288,6 +288,7 @@ - clean: sweep - -$(RM) -f *.o *.a $(TARGETS) mktable$(EXT) - -$(RM) -f funcname.tab -+ -$(RM) -f entity.h - -$(RM) -f funcname.c funcname1.h funcname2.h tagtable.c functable.c - -for dir in w3mimg libwc; \ - do \ |