From aa582141e7290bfe6565669c9e93693db75fb252 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= <debian@jff-webhosting.net>
Date: Sun, 6 May 2018 07:51:16 +0200
Subject: d/changelog: change date/time to upload

---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'debian')

diff --git a/debian/changelog b/debian/changelog
index 834edb7..2ce9548 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xtrkcad (1:5.1.1-1) UNRELEASED; urgency=medium
+xtrkcad (1:5.1.1-1) unstable; urgency=medium
 
   [ Jörg Frings-Fürst ]
   * New upstream release.
@@ -8,7 +8,7 @@ xtrkcad (1:5.1.1-1) UNRELEASED; urgency=medium
   * README.source:
     - Add section to explain the branching model used.
 
- -- Jörg Frings-Fürst <debian@jff.email>  Sat, 05 May 2018 18:22:45 +0200
+ -- Jörg Frings-Fürst <debian@jff.email>  Sat, 05 May 2018 21:35:05 +0200
 
 xtrkcad (1:5.1.0-1) unstable; urgency=medium
 
-- 
cgit v1.2.3


From 38dfc281c40e9f11174e1e5d99af8a9643c8fdf7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= <debian@jff-webhosting.net>
Date: Sun, 6 May 2018 10:27:09 +0200
Subject: d/changelog: typo

---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'debian')

diff --git a/debian/changelog b/debian/changelog
index 2ce9548..e96e434 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,12 +3,12 @@ xtrkcad (1:5.1.1-1) unstable; urgency=medium
   [ Jörg Frings-Fürst ]
   * New upstream release.
     - Refresh patches.
-    - Remove upstream build artefacte.
+    - Remove upstream build artefacts.
   * Declare compliance with Debian Policy 4.1.4 (No changes needed).
   * README.source:
     - Add section to explain the branching model used.
 
- -- Jörg Frings-Fürst <debian@jff.email>  Sat, 05 May 2018 21:35:05 +0200
+ -- Jörg Frings-Fürst <debian@jff.email>  Sun, 06 May 2018 10:26:16 +0200
 
 xtrkcad (1:5.1.0-1) unstable; urgency=medium
 
-- 
cgit v1.2.3


From db35a8d8948dd872aab7dfa18a9c0c0268bbab0a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= <debian@jff-webhosting.net>
Date: Tue, 10 Jul 2018 22:51:06 +0200
Subject: New debian/patches/0100-messages_h.patch

---
 debian/changelog                     |  7 +++++++
 debian/patches/0100-messages_h.patch | 19 +++++++++++++++++++
 debian/patches/series                |  1 +
 3 files changed, 27 insertions(+)
 create mode 100644 debian/patches/0100-messages_h.patch

(limited to 'debian')

diff --git a/debian/changelog b/debian/changelog
index e96e434..e6791a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xtrkcad (1:5.1.1-2) UNRELEASED; urgency=medium
+
+  * New debian/patches/0100-messages_h.patch:
+    - Fix FTBFS at mipsel.
+
+ -- Jörg Frings-Fürst <debian@jff.email>  Tue, 10 Jul 2018 22:48:28 +0200
+
 xtrkcad (1:5.1.1-1) unstable; urgency=medium
 
   [ Jörg Frings-Fürst ]
diff --git a/debian/patches/0100-messages_h.patch b/debian/patches/0100-messages_h.patch
new file mode 100644
index 0000000..612288c
--- /dev/null
+++ b/debian/patches/0100-messages_h.patch
@@ -0,0 +1,19 @@
+Description: correct include tag
+Author: Jörg Frings-Fürst <debian@jff.email>
+Forwarded: yes, via email
+Last-Update: 2018-07-10
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: trunk/app/bin/ctodesgn.c
+===================================================================
+--- trunk.orig/app/bin/ctodesgn.c
++++ trunk/app/bin/ctodesgn.c
+@@ -29,7 +29,7 @@
+ #include <ctype.h>
+ #include <math.h>
+ #include <string.h>
+-#include <messages.h>
++#include "messages.h"
+ 
+ #include "ccurve.h"
+ #include "compound.h"
diff --git a/debian/patches/series b/debian/patches/series
index c6c3550..8725218 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0900-spelling-errors.patch
+0100-messages_h.patch
-- 
cgit v1.2.3


From 26d299964db18cb71c2c6a5be4864479ba82d54f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= <debian@jff-webhosting.net>
Date: Tue, 10 Jul 2018 23:01:40 +0200
Subject: Switch Vcs-* to new location

---
 debian/changelog | 2 ++
 debian/control   | 5 +++--
 2 files changed, 5 insertions(+), 2 deletions(-)

(limited to 'debian')

diff --git a/debian/changelog b/debian/changelog
index e6791a5..b6b6401 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ xtrkcad (1:5.1.1-2) UNRELEASED; urgency=medium
 
   * New debian/patches/0100-messages_h.patch:
     - Fix FTBFS at mipsel.
+  * debian/control:
+    - Switch Vcs-* to new location.
 
  -- Jörg Frings-Fürst <debian@jff.email>  Tue, 10 Jul 2018 22:48:28 +0200
 
diff --git a/debian/control b/debian/control
index 5ff9bb0..ae0965a 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,9 @@ Build-Depends:
  libgtk2.0-dev
 Standards-Version: 4.1.4
 Homepage: http://xtrkcad.org/
-Vcs-Git: git://anonscm.debian.org/collab-maint/xtrkcad.git
-Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/xtrkcad.git
+Vcs-Git: git://jff.email/opt/git/xtrkcad.git
+Vcs-Browser: https://jff.email/cgit/xtrkcad.git/
+
 
 Package: xtrkcad
 Architecture: any
-- 
cgit v1.2.3