[hamradio-commits] [gsmc] 05/07: Source format to 3.0 (quilt)

Iain Learmonth irl-guest at moszumanska.debian.org
Tue Aug 11 14:14:56 UTC 2015


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

irl-guest pushed a commit to branch master
in repository gsmc.

commit 98dc115c4e01a97b5a6ba1506b130de045daddbf
Author: Iain R. Learmonth <irl at fsfe.org>
Date:   Tue Aug 11 13:00:34 2015 +0100

    Source format to 3.0 (quilt)
---
 .gitignore                             |  1 +
 Makefile.in                            |  2 +-
 debian/changelog                       |  1 +
 debian/patches/pre-quilt-patches.patch | 47 ++++++++++++++++++++++++++++++++++
 debian/patches/series                  |  1 +
 debian/source/format                   |  1 +
 6 files changed, 52 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..845ca06
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.pc
diff --git a/Makefile.in b/Makefile.in
index f7db62b..ef9e678 100644
--- a/Makefile.in
+++ b/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) -lm
+gsmc_LDADD = $(LDADD)
 gsmc_DEPENDENCIES =
 gsmc_LDFLAGS =
 
diff --git a/debian/changelog b/debian/changelog
index d94c69d..969bf43 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ gsmc (1.1-2) UNRELEASED; urgency=medium
     - Added myself to uploaders
     - Added Vcs-* fields for pkg-hamradio git
     - Added ${misc:Depends} to Build-Depends
+  * Source format changed to 3.0 (quilt)
 
  -- Iain R. Learmonth <irl at fsfe.org>  Tue, 11 Aug 2015 12:52:07 +0100
 
diff --git a/debian/patches/pre-quilt-patches.patch b/debian/patches/pre-quilt-patches.patch
new file mode 100644
index 0000000..ac00368
--- /dev/null
+++ b/debian/patches/pre-quilt-patches.patch
@@ -0,0 +1,47 @@
+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
new file mode 100644
index 0000000..76806ad
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pre-quilt-patches.patch
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
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