From 2946bc4ee018f9be8ab35c7b935cf4eaac3403d3 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Fri, 9 Dec 2022 19:33:32 +0000 Subject: [PATCH 01/11] Trim trailing whitespace. Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html --- debian/changelog | 21 ++++++++++++--------- debian/rules | 2 +- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0e6c533d..631ed81a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -171,6 +171,9 @@ filtergen (0.12.8-2~1.gbp7e3b7d) UNRELEASED; urgency=medium * Update changelog * release this version + [ Debian Janitor ] + * Trim trailing whitespace. + -- Jamie Wilkinson Wed, 13 Nov 2019 03:44:42 +1100 filtergen (0.12.8-1) unstable; urgency=medium @@ -183,15 +186,15 @@ filtergen (0.12.7-1) unstable; urgency=medium * New upstream release. - IPv6 support in the rules files, and in output formats. - - ip{,6}tables-restore support. + - ip{,6}tables-restore support. -- Jamie Wilkinson Sat, 13 Feb 2016 22:04:47 +1100 filtergen (0.12.6-3) unstable; urgency=medium - * Fix the way the test suite log is printed after test failure. + * Fix the way the test suite log is printed after test failure. * Run the tests in parallel so their output is captured. - * Run all tests in verbose (sh -x) mode. + * Run all tests in verbose (sh -x) mode. -- Jamie Wilkinson Sat, 13 Feb 2016 19:05:56 +1100 @@ -205,7 +208,7 @@ filtergen (0.12.6-1) unstable; urgency=medium * New upstream release. - Fixes return type in external declaration of yyrestart (Closes: #749636). - * Use dh-autoreconf to fix up the autotools blah at build time. + * Use dh-autoreconf to fix up the autotools blah at build time. -- Jamie Wilkinson Sat, 13 Feb 2016 04:26:16 +1100 @@ -221,17 +224,17 @@ filtergen (0.12.5-1) unstable; urgency=low * Updated watch file for googlecode.com upstream location change. * Bug fix: "Allow '*' as an interface name", thanks to Matthew Palmer (Closes: #549891). - * Fix build failues when using clang instead of GCC (Closes: #751443). + * Fix build failues when using clang instead of GCC (Closes: #751443). * Support globbing in include directives (Closes: #549892). - * Update parser.y use of the parse-param directive to support modern bison. + * Update parser.y use of the parse-param directive to support modern bison. * Update debhelper and debian/compat. * Update watch file to new location. * Add VCS headers to control file. - * Use debian/source options to build from git, add gbp.conf to debian dir. - * Convert debian/rules to dh style. + * Use debian/source options to build from git, add gbp.conf to debian dir. + * Convert debian/rules to dh style. * Fix compiler warnings as errors to build with modern compiler. * Update address of FSF. - * Add more example filters to examples. + * Add more example filters to examples. -- Jamie Wilkinson Sat, 13 Feb 2016 03:04:52 +1100 diff --git a/debian/rules b/debian/rules index 6520c2dc..8b15c6a9 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed dh $@ --with autoreconf override_dh_auto_configure: - dh_auto_configure -- --sysconfdir=/etc/filtergen + dh_auto_configure -- --sysconfdir=/etc/filtergen override_dh_installchangelogs: dh_installchangelogs HISTORY From 2aff7bd06eec95e72e90fbd452269880a9b067b3 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Fri, 9 Dec 2022 19:33:33 +0000 Subject: [PATCH 02/11] Wrap long lines in changelog entries: 0.12.8-2~1.gbp7e3b7d. Changes-By: lintian-brush Fixes: lintian: debian-changelog-line-too-long See-also: https://lintian.debian.org/tags/debian-changelog-line-too-long.html --- debian/changelog | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 631ed81a..44c7a0fd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -72,8 +72,10 @@ filtergen (0.12.8-2~1.gbp7e3b7d) UNRELEASED; urgency=medium * Bump version to 0.12.6 * Rename configure.in to configure.ac * Delete .bzrignore, sort and uniq .gitignore. - * Make yyrestart a void return type in the external declaration in glue.c, to match the real type signature. - * Assume correct ordering now that the globbed include sorts after readdir() iterator order. + * Make yyrestart a void return type in the external declaration in glue.c, to + match the real type signature. + * Assume correct ordering now that the globbed include sorts after readdir() + iterator order. * Add a test for globbing includes to match Matt Palmer's patch. * Add the test :( * New upstream. @@ -84,7 +86,8 @@ filtergen (0.12.8-2~1.gbp7e3b7d) UNRELEASED; urgency=medium * Add a travis.yml to enable continuous integration. * Compile with both clang and gcc in travis. * Use local makefile bootstrap for .travis.yml. - * Convert .travis.yml to use container infrastructure. Install package deps using addons config options. + * Convert .travis.yml to use container infrastructure. Install package deps + using addons config options. * reformat .travis.yml * Reorder creation of the globbed include files. * Cat the test suite log after running the tests. @@ -134,8 +137,10 @@ filtergen (0.12.8-2~1.gbp7e3b7d) UNRELEASED; urgency=medium * Dump the generated output in test programs so we can see what the diffs are. * Make the testlib always print the diff. * Always print the diff when a test comparison fails. - * The order of output should be sorted alphabetically by the full pathname, if glob truly works. - * Use scandir to walk the directory entries in reverse alphabetical order; a side effect of which is the files are included in alphabetical order. + * The order of output should be sorted alphabetically by the full pathname, if + glob truly works. + * Use scandir to walk the directory entries in reverse alphabetical order; a + side effect of which is the files are included in alphabetical order. * Cat the test suite log after failure. * Update HISTORY. * New upstream release. @@ -144,7 +149,8 @@ filtergen (0.12.8-2~1.gbp7e3b7d) UNRELEASED; urgency=medium * Simplify control flow through convert_port_argument in glue.c. * Simplify control flow through convert_port_argument in glue.c. * Show which direction is unknown when aborting the switch. - * Check if convert_rule or convert_rule_list returns NULL before attempting to append to the return value. + * Check if convert_rule or convert_rule_list returns NULL before attempting to + append to the return value. * Merge branch '0.12' of https://github.com/jaqx0r/filtergen into 0.12 * Update .gitignore with loose files from other branches. * Add a flag to disable resolution of hostnames, port names, or service names. @@ -153,7 +159,9 @@ filtergen (0.12.8-2~1.gbp7e3b7d) UNRELEASED; urgency=medium * Normalize root paths. * Don't apply any flags if there are no flags to apply. * Don't create new filters if the subrule conversion returns NULL. - * Remove filter_apply_flags method as it only performs name resolution, which has already been done by the resolver module. This extra duplication costs seconds of CPU time in the worst case. + * Remove filter_apply_flags method as it only performs name resolution, which + has already been done by the resolver module. This extra duplication costs + seconds of CPU time in the worst case. * Check to see if the google-perftools libprofiler is available. * Remove filter_unroll, unused by the compilation phase. * Replace abort() with a message and return and error state. @@ -161,7 +169,8 @@ filtergen (0.12.8-2~1.gbp7e3b7d) UNRELEASED; urgency=medium * Don't rash when invalid filter types are processed. * Update HISTORY * Free strdup'd memory. - * Convert filename() into a const char return and allocate the standard input name as a static. + * Convert filename() into a const char return and allocate the standard input + name as a static. * Free the AST after conversion to struct filter*. * Revert "Remove filter_unroll, unused by the compilation phase." * Add a test to validate the example programs. From 25e049f9da59771eb2801b1bdacf38fa204770a4 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Fri, 9 Dec 2022 19:33:33 +0000 Subject: [PATCH 03/11] Remove duplicate line from changelog. Changes-By: lintian-brush --- debian/changelog | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index 44c7a0fd..a8329cab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,7 +20,6 @@ filtergen (0.12.8-2~1.gbp7e3b7d) UNRELEASED; urgency=medium * new upstream version * Import Matt Palmer's 0.12.4-5 debian release. * Import NMU from Gregor Herrmann for 0.12.4-5.1 package. - * new upstream version * debhelper and updated standards version * updated watch file * apply patch from matt palmer (plus unit test fixes) @@ -41,7 +40,6 @@ filtergen (0.12.8-2~1.gbp7e3b7d) UNRELEASED; urgency=medium * Update watch file. * Bump debian/compat. * Add VCS tags to control file, update build-dep on debhelper. - * Update changelog. * Undo merge from 0.12 branch. * Update gitignore. * Add build-arch and build-indep targets to debian/rules. @@ -54,13 +52,10 @@ filtergen (0.12.8-2~1.gbp7e3b7d) UNRELEASED; urgency=medium * Check return code of asprintf in resolver.c * Check return code of chdir() in t/scan.c * update change log - * Update gitignore. * Fix typo in ?: ternary. * Remove GNUism ?: - * update change log * Remove empty factoriser code from makefile. * Cast %p argument to void *. - * update changelog * Package up extras into tarball. * Update examples to include examples. * Fix date in changelog. @@ -102,7 +97,6 @@ filtergen (0.12.8-2~1.gbp7e3b7d) UNRELEASED; urgency=medium * Add -x to print progress in each test script. * Run tests in parallel so that output is captured. * Make sure debian/rules can fail the build after catting the test-suite.log - * Update changelog. [ Michael Chapman ] * Add iptrestore backend @@ -131,7 +125,6 @@ filtergen (0.12.8-2~1.gbp7e3b7d) UNRELEASED; urgency=medium * Add Michael Chapman to the list of THANKS. * Bump version for new release. * Update HISTORY. - * Update HISTORY. * clang-format-3.6 *.{c,h} * Add a .clang-format to maintain style. * Dump the generated output in test programs so we can see what the diffs are. @@ -142,12 +135,10 @@ filtergen (0.12.8-2~1.gbp7e3b7d) UNRELEASED; urgency=medium * Use scandir to walk the directory entries in reverse alphabetical order; a side effect of which is the files are included in alphabetical order. * Cat the test suite log after failure. - * Update HISTORY. * New upstream release. * Remove debugging statements. * Release 0.12.7-1. * Simplify control flow through convert_port_argument in glue.c. - * Simplify control flow through convert_port_argument in glue.c. * Show which direction is unknown when aborting the switch. * Check if convert_rule or convert_rule_list returns NULL before attempting to append to the return value. @@ -177,7 +168,6 @@ filtergen (0.12.8-2~1.gbp7e3b7d) UNRELEASED; urgency=medium * Explicit braces around if. * Rename icmp.filter to icmp to avoid being included in the example test. * Bump to version 0.12.8 and update HISTORY. - * Update changelog * release this version [ Debian Janitor ] From 9d397939b13a6c8e7cc4f3dce25467f7601f65ab Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Fri, 9 Dec 2022 19:33:33 +0000 Subject: [PATCH 04/11] Update watch file format version to 4. Changes-By: lintian-brush Fixes: lintian: older-debian-watch-file-standard See-also: https://lintian.debian.org/tags/older-debian-watch-file-standard.html --- debian/changelog | 1 + debian/watch | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a8329cab..dda52a20 100644 --- a/debian/changelog +++ b/debian/changelog @@ -172,6 +172,7 @@ filtergen (0.12.8-2~1.gbp7e3b7d) UNRELEASED; urgency=medium [ Debian Janitor ] * Trim trailing whitespace. + * Update watch file format version to 4. -- Jamie Wilkinson Wed, 13 Nov 2019 03:44:42 +1100 diff --git a/debian/watch b/debian/watch index cfd1f6d6..00f06fbe 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ -version=3 +version=4 https://github.com/jaqx0r/filtergen/tags .*/(\d[\d\.]*)\.tar\.gz From d362fcdac277703c296483350430bfa80a13f243 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Fri, 9 Dec 2022 19:33:34 +0000 Subject: [PATCH 05/11] Use secure URI in Homepage field. Changes-By: lintian-brush Fixes: lintian: homepage-field-uses-insecure-uri See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index dda52a20..035b3e60 100644 --- a/debian/changelog +++ b/debian/changelog @@ -173,6 +173,7 @@ filtergen (0.12.8-2~1.gbp7e3b7d) UNRELEASED; urgency=medium [ Debian Janitor ] * Trim trailing whitespace. * Update watch file format version to 4. + * Use secure URI in Homepage field. -- Jamie Wilkinson Wed, 13 Nov 2019 03:44:42 +1100 diff --git a/debian/control b/debian/control index a2205962..7686b312 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Jamie Wilkinson Build-Depends: debhelper (>= 9), netbase, flex, bison, dh-autoreconf Standards-Version: 3.9.6 -Homepage: http://spacepants.org/src/filtergen/ +Homepage: https://spacepants.org/src/filtergen/ VCS-Browser: https://github.com/jaqx0r/filtergen/tree/debian VCS-Git: https://github.com/jaqx0r/filtergen.git -b debian From ad32ffdc02b9b41e188bc47664f0fd1115361a54 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Fri, 9 Dec 2022 19:33:35 +0000 Subject: [PATCH 06/11] Bump debhelper from deprecated 9 to 13. Changes-By: lintian-brush Fixes: lintian: package-uses-deprecated-debhelper-compat-version See-also: https://lintian.debian.org/tags/package-uses-deprecated-debhelper-compat-version.html --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 035b3e60..635189cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -174,6 +174,7 @@ filtergen (0.12.8-2~1.gbp7e3b7d) UNRELEASED; urgency=medium * Trim trailing whitespace. * Update watch file format version to 4. * Use secure URI in Homepage field. + * Bump debhelper from deprecated 9 to 13. -- Jamie Wilkinson Wed, 13 Nov 2019 03:44:42 +1100 diff --git a/debian/compat b/debian/compat index ec635144..b1bd38b6 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +13 diff --git a/debian/control b/debian/control index 7686b312..16f272b7 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: filtergen Section: net Priority: optional Maintainer: Jamie Wilkinson -Build-Depends: debhelper (>= 9), netbase, flex, bison, dh-autoreconf +Build-Depends: debhelper (>= 13~), netbase, flex, bison, dh-autoreconf Standards-Version: 3.9.6 Homepage: https://spacepants.org/src/filtergen/ VCS-Browser: https://github.com/jaqx0r/filtergen/tree/debian From b5208617b06186c2c80bf308aeb3432a286cff82 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Fri, 9 Dec 2022 19:33:35 +0000 Subject: [PATCH 07/11] Set debhelper-compat version in Build-Depends. Changes-By: lintian-brush Fixes: lintian: uses-debhelper-compat-file See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html --- debian/changelog | 1 + debian/compat | 1 - debian/control | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 debian/compat diff --git a/debian/changelog b/debian/changelog index 635189cd..114945c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -175,6 +175,7 @@ filtergen (0.12.8-2~1.gbp7e3b7d) UNRELEASED; urgency=medium * Update watch file format version to 4. * Use secure URI in Homepage field. * Bump debhelper from deprecated 9 to 13. + * Set debhelper-compat version in Build-Depends. -- Jamie Wilkinson Wed, 13 Nov 2019 03:44:42 +1100 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b1bd38b6..00000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -13 diff --git a/debian/control b/debian/control index 16f272b7..25ae177b 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: filtergen Section: net Priority: optional Maintainer: Jamie Wilkinson -Build-Depends: debhelper (>= 13~), netbase, flex, bison, dh-autoreconf +Build-Depends: debhelper-compat (= 13), netbase, flex, bison, dh-autoreconf Standards-Version: 3.9.6 Homepage: https://spacepants.org/src/filtergen/ VCS-Browser: https://github.com/jaqx0r/filtergen/tree/debian From a041a7d3bd480137c7362007b3cd971c016a8456 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Fri, 9 Dec 2022 19:33:41 +0000 Subject: [PATCH 08/11] Set upstream metadata fields: Repository-Browse. Changes-By: lintian-brush Fixes: lintian: upstream-metadata-file-is-missing See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html --- debian/changelog | 1 + debian/upstream/metadata | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 debian/upstream/metadata diff --git a/debian/changelog b/debian/changelog index 114945c5..f0033661 100644 --- a/debian/changelog +++ b/debian/changelog @@ -176,6 +176,7 @@ filtergen (0.12.8-2~1.gbp7e3b7d) UNRELEASED; urgency=medium * Use secure URI in Homepage field. * Bump debhelper from deprecated 9 to 13. * Set debhelper-compat version in Build-Depends. + * Set upstream metadata fields: Repository-Browse. -- Jamie Wilkinson Wed, 13 Nov 2019 03:44:42 +1100 diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 00000000..ae8b540b --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,2 @@ +--- +Repository-Browse: https://github.com/jaqx0r/filtergen From 6100d080c28b3ce73cf0c11d2c87c262e9866cac Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Fri, 9 Dec 2022 19:33:41 +0000 Subject: [PATCH 09/11] Drop unnecessary dependency on dh-autoreconf. Changes-By: lintian-brush Fixes: lintian: useless-autoreconf-build-depends See-also: https://lintian.debian.org/tags/useless-autoreconf-build-depends.html --- debian/changelog | 1 + debian/control | 2 +- debian/rules | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f0033661..4e9646a3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -177,6 +177,7 @@ filtergen (0.12.8-2~1.gbp7e3b7d) UNRELEASED; urgency=medium * Bump debhelper from deprecated 9 to 13. * Set debhelper-compat version in Build-Depends. * Set upstream metadata fields: Repository-Browse. + * Drop unnecessary dependency on dh-autoreconf. -- Jamie Wilkinson Wed, 13 Nov 2019 03:44:42 +1100 diff --git a/debian/control b/debian/control index 25ae177b..0df162fc 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: filtergen Section: net Priority: optional Maintainer: Jamie Wilkinson -Build-Depends: debhelper-compat (= 13), netbase, flex, bison, dh-autoreconf +Build-Depends: debhelper-compat (= 13), netbase, flex, bison Standards-Version: 3.9.6 Homepage: https://spacepants.org/src/filtergen/ VCS-Browser: https://github.com/jaqx0r/filtergen/tree/debian diff --git a/debian/rules b/debian/rules index 8b15c6a9..09a00cb7 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: - dh $@ --with autoreconf + dh $@ override_dh_auto_configure: dh_auto_configure -- --sysconfdir=/etc/filtergen From cdba034ed298f7a7019283493cdbab546ef62a2e Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Fri, 9 Dec 2022 19:33:47 +0000 Subject: [PATCH 10/11] Avoid explicitly specifying -Wl,--as-needed linker flag. Changes-By: lintian-brush Fixes: lintian: debian-rules-uses-as-needed-linker-flag See-also: https://lintian.debian.org/tags/debian-rules-uses-as-needed-linker-flag.html --- debian/changelog | 1 + debian/rules | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4e9646a3..9242eefc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -178,6 +178,7 @@ filtergen (0.12.8-2~1.gbp7e3b7d) UNRELEASED; urgency=medium * Set debhelper-compat version in Build-Depends. * Set upstream metadata fields: Repository-Browse. * Drop unnecessary dependency on dh-autoreconf. + * Avoid explicitly specifying -Wl,--as-needed linker flag. -- Jamie Wilkinson Wed, 13 Nov 2019 03:44:42 +1100 diff --git a/debian/rules b/debian/rules index 09a00cb7..adf13c4e 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,6 @@ #export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic -export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: dh $@ From 5cd170cf8b9cda6a8f8bfe44c9d369c94bc32a1d Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Fri, 9 Dec 2022 19:33:47 +0000 Subject: [PATCH 11/11] =?UTF-8?q?Fix=20field=20name=20cases=20in=20debian/?= =?UTF-8?q?control=20(VCS-Browser=20=E2=87=92=20Vcs-Browser,=20VCS-Git=20?= =?UTF-8?q?=E2=87=92=20Vcs-Git).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes-By: lintian-brush Fixes: lintian: cute-field See-also: https://lintian.debian.org/tags/cute-field.html --- debian/changelog | 2 ++ debian/control | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9242eefc..31094e92 100644 --- a/debian/changelog +++ b/debian/changelog @@ -179,6 +179,8 @@ filtergen (0.12.8-2~1.gbp7e3b7d) UNRELEASED; urgency=medium * Set upstream metadata fields: Repository-Browse. * Drop unnecessary dependency on dh-autoreconf. * Avoid explicitly specifying -Wl,--as-needed linker flag. + * Fix field name cases in debian/control (VCS-Browser ⇒ Vcs-Browser, VCS-Git ⇒ + Vcs-Git). -- Jamie Wilkinson Wed, 13 Nov 2019 03:44:42 +1100 diff --git a/debian/control b/debian/control index 0df162fc..70da8c01 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,8 @@ Maintainer: Jamie Wilkinson Build-Depends: debhelper-compat (= 13), netbase, flex, bison Standards-Version: 3.9.6 Homepage: https://spacepants.org/src/filtergen/ -VCS-Browser: https://github.com/jaqx0r/filtergen/tree/debian -VCS-Git: https://github.com/jaqx0r/filtergen.git -b debian +Vcs-Browser: https://github.com/jaqx0r/filtergen/tree/debian +Vcs-Git: https://github.com/jaqx0r/filtergen.git -b debian Package: filtergen Architecture: any