summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2018-07-10 18:10:51 +0200
committerJörg Frings-Fürst <debian@jff.email>2018-07-10 18:10:51 +0200
commit52b6b51f423a9d49941c3809ab7f09672355abac (patch)
treea9e4e172036eb9946b6dde84513313c14f995356
parent64982c2fcf55f90a8064ebf65c7c77997bb72d9d (diff)
correct typo
-rw-r--r--.pc/.dpkg-source-unapply0
-rw-r--r--.pc/.quilt_patches1
-rw-r--r--.pc/.quilt_series1
-rw-r--r--.pc/.version1
-rw-r--r--debian/changelog2
-rw-r--r--debian/changelog.bak96
6 files changed, 100 insertions, 1 deletions
diff --git a/.pc/.dpkg-source-unapply b/.pc/.dpkg-source-unapply
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/.pc/.dpkg-source-unapply
diff --git a/.pc/.quilt_patches b/.pc/.quilt_patches
new file mode 100644
index 0000000..6857a8d
--- /dev/null
+++ b/.pc/.quilt_patches
@@ -0,0 +1 @@
+debian/patches
diff --git a/.pc/.quilt_series b/.pc/.quilt_series
new file mode 100644
index 0000000..c206706
--- /dev/null
+++ b/.pc/.quilt_series
@@ -0,0 +1 @@
+series
diff --git a/.pc/.version b/.pc/.version
new file mode 100644
index 0000000..0cfbf08
--- /dev/null
+++ b/.pc/.version
@@ -0,0 +1 @@
+2
diff --git a/debian/changelog b/debian/changelog
index 8116aed..750cb37 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,7 @@ psocksxx (1.1.1-1) UNRELEASED; urgency=medium
* Declare compliance with Debian Policy 4.1.5 (No changes needed).
* debian/control:
- Change to my new mail address.
- - Switch Vcs-* to new loacation.
+ - Switch Vcs-* to new location.
- Remove now default Build-Depends dh-autoreconf.
* debian/copyright:
- Change to my new mail address.
diff --git a/debian/changelog.bak b/debian/changelog.bak
new file mode 100644
index 0000000..8116aed
--- /dev/null
+++ b/debian/changelog.bak
@@ -0,0 +1,96 @@
+psocksxx (1.1.1-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+ * Migrate to debhelper 11:
+ - Change debian/compat to 11.
+ - Bump minimum debhelper version in debian/control to >= 11.
+ * Declare compliance with Debian Policy 4.1.5 (No changes needed).
+ * debian/control:
+ - Change to my new mail address.
+ - Switch Vcs-* to new loacation.
+ - Remove now default Build-Depends dh-autoreconf.
+ * debian/copyright:
+ - Change to my new mail address.
+ - Use secure URI for copyright format.
+ - Add year 2018 for packaging.
+ * debian/rules:
+ - Remove now default --with autoreconf.
+ - Replace parsing the output of dpkg-parsechangelog with
+ $(DEB_VERSION_UPSTREAM).
+ * Remove debian/libpsocksxx-doc.docs to prevent twin install of README.md.
+ * New README.source to explain the branching model used.
+
+ -- Jörg Frings-Fürst <debian@jff.email> Thu, 28 Jun 2018 06:55:17 +0200
+
+psocksxx (1.1.0-2) unstable; urgency=medium
+
+ * debian/control:
+ - Bump Standards-Version to 3.9.8 (no changes required).
+ - Change VCS-Browser to secure URI.
+ * debian/watch:
+ - Bump version to 4 (no changes required).
+ * debian/copyright:
+ - Add 2016 to debian/* and debian/patches/*.
+ * Bump compatlevel to 10 (no changes required):
+ - Change debian/compat to 10.
+ - At debian/control change requested version of debhelper to >= 10.
+
+ -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sat, 15 Oct 2016 04:30:33 +0200
+
+psocksxx (1.1.0-1.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix x32 symbols.
+
+ -- Gianfranco Costamagna <locutusofborg@debian.org> Sun, 20 Mar 2016 19:37:09 +0100
+
+psocksxx (1.1.0-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix symbols file, by restricting 64 bit architectures.
+ * Fix sparc64 symbol.
+
+ -- Gianfranco Costamagna <locutusofborg@debian.org> Sun, 20 Mar 2016 17:14:44 +0100
+
+psocksxx (1.1.0-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Make build results reproducible (Closes: #789399):
+ - New debian/patches/0700-ReproducibleBuilds.patch:
+ At doxygen setup change HTML_TIMESTAMP to NO.
+ * New debian/patches/0705-hurd.patch:
+ - Add missing hurd/socket.h.
+ * Rename debian/patches/10_test_network.patch to
+ 0001-disable_network_test.patch.
+ * debian/rules:
+ - Add override_dh_makeshlibs to remove the debian_revision for
+ dpkg-gensymbols.
+ - Refresh symbols files (Closes: #802523).
+ - Rename libpsocksxx0.symbols.amd64 to libpsocksxx0.symbols to get
+ symbols for all architectures.
+ * debian/control:
+ - Change uploader email.
+ - Change homepage.
+ * debian/copyright:
+ - Change Source and upstream email.
+ - Add 2015.
+
+ -- Jörg Frings-Fürst <debian@jff-webhosting.net> Mon, 14 Dec 2015 06:02:57 +0100
+
+psocksxx (0.0.6-2) unstable; urgency=medium
+
+ * debian/rules:
+ - Add *-indep rules to prevent build errors if only
+ architecture specific targets build. (Closes: #768183)
+ * debian/control:
+ - Move doxygen from Build-Depends to Build-Depends-Indep.
+ * debian/patches/10_test_network.patch:
+ - Disable test_connect_addr to prevent build errors.
+
+ -- Jörg Frings-Fürst <debian@jff-webhosting.net> Thu, 06 Nov 2014 13:10:19 +0100
+
+psocksxx (0.0.6-1) unstable; urgency=low
+
+ * Initial release (Closes: #763432).
+
+ -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sat, 04 Oct 2014 12:40:08 +0200