Lintian Fixes - safeclib

Ready changes

Summary

Diff

diff --git a/debian/control b/debian/control
index d1e910a..3ce1fe2 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Standards-Version: 4.6.2
 Section: libs
 Homepage: https://rurban.github.io/safeclib/
 Vcs-Browser: https://github.com/kilobyte/safeclib/tree/debian
-Vcs-Git: https://github.com/kilobyte/safeclib -b debian
+Vcs-Git: https://github.com/kilobyte/safeclib.git -b debian
 
 Package: libsafec-dev
 Section: libdevel
@@ -14,7 +14,7 @@ Architecture: any
 Multi-Arch: same
 Depends: libsafec3 (= ${binary:Version}), ${misc:Depends}
 Description: "safe" C libc extensions (Annex K) - dev
- This library implements controversial C11 Annex K (TR24731) extensions. 
+ This library implements controversial C11 Annex K (TR24731) extensions.
  They are most commonly known as _s variants implemented by MSVC, dubbed as
  "secure" to the point of MSVC-related linters claiming standard functions
  to be deprecated.  However, they've been nearly-universally panned by other
@@ -33,7 +33,7 @@ Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: "safe" C libc extensions (Annex K)
- This library implements controversial C11 Annex K (TR24731) extensions. 
+ This library implements controversial C11 Annex K (TR24731) extensions.
  They are most commonly known as _s variants implemented by MSVC, dubbed as
  "secure" to the point of MSVC-related linters claiming standard functions
  to be deprecated.  However, they've been nearly-universally panned by other
diff --git a/debian/copyright b/debian/copyright
index 7624b50..950f247 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,20 +5,20 @@ Source: https://rurban.github.io/safeclib/
 Files: *
 Copyright: 2005-2013 Cisco Systems
            2017-2019 Reini Urban
-	   2000, 2004 by Martin Pool <mbp sourcefrog net>
-	   2011 by Valentin Ochs
-	   2010 Damien Miller
-	   2014 Google Inc
-	   2014 by Charlie Lenahan
-	   2008 Alan Woodland <ajw05@aber.ac.uk>
-	   2008 Guido U. Draheim <guidod@gmx.de>
-	   2008 Kaveh Ghazi <ghazi@caip.rutgers.edu>
-	   2009 Rhys Ulerich <rhys.ulerich@gmail.com>
-	   2011 Maarten Bosmans <mkbosmans@gmail.com>
-	   2013 Gabriele Svelto <gabriele.svelto@gmail.com>
-	   2014 Mike Frysinger <vapier@gentoo.org>
-	   2014, 2015, 2016 Philip Withnall <philip.withnall@collabora.co.uk>
-	   2015 David King <amigadave@amigadave.com>
+           2000, 2004 by Martin Pool <mbp sourcefrog net>
+           2011 by Valentin Ochs
+           2010 Damien Miller
+           2014 Google Inc
+           2014 by Charlie Lenahan
+           2008 Alan Woodland <ajw05@aber.ac.uk>
+           2008 Guido U. Draheim <guidod@gmx.de>
+           2008 Kaveh Ghazi <ghazi@caip.rutgers.edu>
+           2009 Rhys Ulerich <rhys.ulerich@gmail.com>
+           2011 Maarten Bosmans <mkbosmans@gmail.com>
+           2013 Gabriele Svelto <gabriele.svelto@gmail.com>
+           2014 Mike Frysinger <vapier@gentoo.org>
+           2014, 2015, 2016 Philip Withnall <philip.withnall@collabora.co.uk>
+           2015 David King <amigadave@amigadave.com>
 License: MIT
  Permission is hereby granted, free of charge, to any person
  obtaining a copy of this software and associated documentation
@@ -43,7 +43,7 @@ License: MIT
 
 Files: src/ext*/*natcmp_s.c
 Copyright: 2000, 2004 by Martin Pool <mbp sourcefrog net>
-	   2018, Reini Urban
+           2018, Reini Urban
 License: zlib
  This software is provided 'as-is', without any express or implied
  warranty.  In no event will the authors be held liable for any damages
@@ -63,7 +63,7 @@ License: zlib
 
 Files: src/extmem/timingsafe_*.c
 Copyright: 2010 Damien Miller
-	   2017 Reini Urban
+           2017 Reini Urban
 License: ISC
  Permission to use, copy, modify, and distribute this software for any
  purpose with or without fee is hereby granted, provided that the above
diff --git a/debian/rules b/debian/rules
index b0db9d4..03405bf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,6 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
 	dh $@
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..6263429
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/rurban/safeclib/issues
+Bug-Submit: https://github.com/rurban/safeclib/issues/new
+Repository-Browse: https://github.com/rurban/safeclib

Debdiff

File lists identical (after any substitutions)

No differences were encountered between the control files of package libsafec-dev

No differences were encountered between the control files of package libsafec3

No differences were encountered between the control files of package libsafec3-dbgsym

Run locally

More details

Full run details