[hamradio-commits] [gsmc] 07/09: Remove old patches

Iain R. Learmonth irl at moszumanska.debian.org
Mon Sep 5 08:59:48 UTC 2016


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

irl pushed a commit to branch master
in repository gsmc.

commit 078deabb646ae41245324db57c5f5c7ce030e532
Author: Iain R. Learmonth <irl at fsfe.org>
Date:   Mon Sep 5 09:43:10 2016 +0100

    Remove old patches
---
 debian/patches/allow-pkg_lib-macro.patch | 24 ----------------
 debian/patches/fix-ld-as-needed.patch    | 13 ---------
 debian/patches/pre-quilt-patches.patch   | 47 --------------------------------
 debian/patches/series                    |  2 --
 4 files changed, 86 deletions(-)

diff --git a/debian/patches/allow-pkg_lib-macro.patch b/debian/patches/allow-pkg_lib-macro.patch
deleted file mode 100644
index f689c51..0000000
--- a/debian/patches/allow-pkg_lib-macro.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Description: Allow the use of the PKG_LIB macro explicitly
-Author: Iain R. Learmonth <irl at fsfe.org>
-Last-Update: 2015-08-11
-
---- gsmc.orig/configure.ac
-+++ gsmc/configure.ac
-@@ -1,6 +1,8 @@
- #                                               -*- Autoconf -*-
- # Process this file with autoconf to produce a configure script.
- 
-+m4_pattern_allow([PKG_LIB])
-+
- AC_PREREQ(2.57)
- AC_INIT(gsmc, 1.0, ik5nax at amsat.org)
- AC_CONFIG_SRCDIR([calc.c])
-@@ -16,7 +18,7 @@
- # Checks for libraries.
- LIBS=" "
- PKG_LIB2=`pkg-config --libs gtk+-2.0`
--PKG_LIB=""
-+PKG_LIB=" "
- for i in $PKG_LIB2 ; do
-         case $i in 
-                 -l*) PKG_LIB="$i $PKG_LIB" ;;
diff --git a/debian/patches/fix-ld-as-needed.patch b/debian/patches/fix-ld-as-needed.patch
deleted file mode 100644
index c0888a2..0000000
--- a/debian/patches/fix-ld-as-needed.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- gsmc.orig/Makefile.am
-+++ gsmc/Makefile.am
-@@ -3,7 +3,7 @@
- bin_PROGRAMS=gsmc
- gsmc_SOURCES= autotune.c calc.c dataconv.c draw.c main.c print.c widget.c autotune.h calc.h dataconv.h draw.h main.h print.h widget.h
- INCLUDES=@PACKAGE_CFLAGS@
--LIBS=@PACKAGE_LIBS@
-+LIBS=@PACKAGE_LIBS@ -lm
- 
- EXTRA_DIST=gsmc.1.in gtkrc TODO
--man_MANS=gsmc.1
-\ No newline at end of file
-+man_MANS=gsmc.1
diff --git a/debian/patches/pre-quilt-patches.patch b/debian/patches/pre-quilt-patches.patch
deleted file mode 100644
index ac00368..0000000
--- a/debian/patches/pre-quilt-patches.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-Description: <short summary of the patch>
- TODO: Put a short summary on the line above and replace this paragraph
- with a longer explanation of this change. Complete the meta-information
- with other relevant fields (see below for details). To make it easier, the
- information below has been extracted from the changelog. Adjust it or drop
- it.
- .
- gsmc (1.1-2) UNRELEASED; urgency=medium
- .
-   * Acknowledge NMUs
-   * Bump compat level to 9
-   * debian/control:
-     - Bump standards version to 3.9.6
-     - Change debhelper to version 9
-     - Removed inactive uploaders:
-       * Jaime Robles (never uploaded)
-       * Patrick Ouellette (never uploaded)
-       * Hamish Moffatt (by request)
-     - Added myself to uploaders
-     - Added Vcs-* fields for pkg-hamradio git
-     - Added ${misc:Depends} to Build-Depends
-Author: Iain R. Learmonth <irl at fsfe.org>
-
----
-The information above should follow the Patch Tagging Guidelines, please
-checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
-are templates for supplementary fields that you might want to add:
-
-Origin: <vendor|upstream|other>, <url of original patch>
-Bug: <url in upstream bugtracker>
-Bug-Debian: https://bugs.debian.org/<bugnumber>
-Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
-Forwarded: <no|not-needed|url proving that it has been forwarded>
-Reviewed-By: <name and email of someone who approved the patch>
-Last-Update: <YYYY-MM-DD>
-
---- gsmc-1.1.orig/Makefile.in
-+++ gsmc-1.1/Makefile.in
-@@ -88,7 +88,7 @@ PROGRAMS = $(bin_PROGRAMS)
- am_gsmc_OBJECTS = autotune.$(OBJEXT) calc.$(OBJEXT) dataconv.$(OBJEXT) \
- 	draw.$(OBJEXT) main.$(OBJEXT) print.$(OBJEXT) widget.$(OBJEXT)
- gsmc_OBJECTS = $(am_gsmc_OBJECTS)
--gsmc_LDADD = $(LDADD)
-+gsmc_LDADD = $(LDADD) -lm
- gsmc_DEPENDENCIES =
- gsmc_LDFLAGS =
- 
diff --git a/debian/patches/series b/debian/patches/series
index cbe5fdb..770c395 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1 @@
-fix-ld-as-needed.patch
-allow-pkg_lib-macro.patch
 fix-spelling-errors.patch

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



More information about the pkg-hamradio-commits mailing list