[Pkg-wmaker-commits] [wmcalc] 64/65: debian/patches: Remove directory; patches applied upstream.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Aug 23 13:54:08 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmcalc.

commit 78b180a26e7c351273fe8bff0eb6bedecd402263
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Sun Aug 23 09:45:27 2015 -0400

    debian/patches: Remove directory; patches applied upstream.
---
 ...10_bts-320597_increase_significant_digits.patch | 39 ----------------------
 debian/patches/fix_makefile_typo.patch             | 15 ---------
 debian/patches/fix_manpage_spelling.patch          | 16 ---------
 debian/patches/series                              |  3 --
 4 files changed, 73 deletions(-)

diff --git a/debian/patches/10_bts-320597_increase_significant_digits.patch b/debian/patches/10_bts-320597_increase_significant_digits.patch
deleted file mode 100644
index 586079f..0000000
--- a/debian/patches/10_bts-320597_increase_significant_digits.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-Description: Increase significant digits.
-Author: Antony Gelberg <antony at wayforth.co.uk>
-Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=320597
-Last-Update: 2015-01-10
-
---- a/wmcalcfunc.c
-+++ b/wmcalcfunc.c
-@@ -17,6 +17,7 @@
-     Change History:
-     Date       Modification
-     11/03/00   File Header added
-+    27/12/06   Increased significant digits (Antony Gelberg, antony at wayforth.co.uk)
- 
-  ****************************************************************/
- 
-@@ -382,19 +383,19 @@
-   switch (OpFlag) {
-   case '+':
-     RegisterA = RegisterB + RegisterA;
--    sprintf(DispString, "%10.5g", RegisterA);
-+    sprintf(DispString, "%10.10g", RegisterA);
-     break;
-   case '-':
-     RegisterA = RegisterB - RegisterA;
--    sprintf(DispString, "%10.5g", RegisterA);
-+    sprintf(DispString, "%10.10g", RegisterA);
-     break;
-   case '*':
-     RegisterA = RegisterB * RegisterA;
--    sprintf(DispString, "%10.5g", RegisterA);
-+    sprintf(DispString, "%10.10g", RegisterA);
-     break;
-   case '/':
-     RegisterA = RegisterB / RegisterA;
--    sprintf(DispString, "%10.5g", RegisterA);
-+    sprintf(DispString, "%10.10g", RegisterA);
-     break;
-   default:
-     break;
diff --git a/debian/patches/fix_makefile_typo.patch b/debian/patches/fix_makefile_typo.patch
deleted file mode 100644
index 69e4048..0000000
--- a/debian/patches/fix_makefile_typo.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: Fix Makefile typo.
- Correctly create the directory /usr/share/man/man1 instead of
- /usr/share/man/man1/man1.
-Author: Doug Torrance <dtorrance at piedmont.edu>
-Last-Update: 2015-01-10
-
---- a/Makefile
-+++ b/Makefile
-@@ -28,5 +28,5 @@
- 	$(INSTALL_PROGRAM) wmcalc $(DESTDIR)$(BINDIR)
- 	$(INSTALL_DIR) $(DESTDIR)$(CONF)
- 	$(INSTALL_FILE) wmcalc.conf $(DESTDIR)$(CONF)
--	$(INSTALL_DIR) $(DESTDIR)$(MANDIR)/man1
-+	$(INSTALL_DIR) $(DESTDIR)$(MANDIR)
- 	$(INSTALL_FILE) wmcalc.1 $(DESTDIR)$(MANDIR)
diff --git a/debian/patches/fix_manpage_spelling.patch b/debian/patches/fix_manpage_spelling.patch
deleted file mode 100644
index c51ee9c..0000000
--- a/debian/patches/fix_manpage_spelling.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Fix manpage spelling.
- Avoid Lintian warning.
-Author: Doug Torrance <dtorrance at piedmont.edu>
-Last-Update: 2015-01-10
-
---- a/wmcalc.1
-+++ b/wmcalc.1
-@@ -103,7 +103,7 @@
- The configuration file is case sensitive. A # starts a comment, and lines consisting entirely of whitespace are ignored. The syntax is simply:
- .TP
- .B <variable> <content>
--Where <variable> and <content> need to be seperated by a Tab \\t and \fBnot\fP spaces.
-+Where <variable> and <content> need to be separated by a Tab \\t and \fBnot\fP spaces.
- .TP
- \fBmem0 - mem9\fP Calculator Memory Locations. These must all exist, though they may be in any order.
- .TP
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 7b3f593..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,3 +0,0 @@
-10_bts-320597_increase_significant_digits.patch
-fix_makefile_typo.patch
-fix_manpage_spelling.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmcalc.git



More information about the Pkg-wmaker-commits mailing list