summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhsoting.net>2014-08-06 21:54:33 +0200
committerJörg Frings-Fürst <debian@jff-webhsoting.net>2014-08-06 21:54:33 +0200
commita49bfd646ca1b7854fa74ef618a06aa17dcdad81 (patch)
treee02b2825d3cbdb8b6ce7beed0afeb43e73d6ff9f
parentabfdaa3956fccd2f4a992fc4d0d112d3c6fe9270 (diff)
changes for dh9debian/0.8.0.1-1
-rw-r--r--.gitignore3
-rw-r--r--debian/changelog4
-rw-r--r--debian/control2
-rw-r--r--debian/copyright21
-rwxr-xr-xdebian/rules9
5 files changed, 14 insertions, 25 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6c270cd
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+.bzr
+.bzrignore
+.pc \ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
index 3d7a7f4..ae1a48a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,14 +20,12 @@ uriparser (0.8.0.1-1) unstable; urgency=medium
* Change debian/compat to 9 (no changes required).
* Add debian/source/options:
- Set compression to xz & compression-level to 9 to save space.
- * debian/rules:
- - Enable hardening.
* debian/copyright:
- Rewrite into machine-readable format.
- Add myself to the list of authors for debian/*.
- Update copyright years for 2014.
- -- Jörg Frings-Fürst <debian@jff-webhosting.net> Wed, 30 Jul 2014 06:47:55 +0200
+ -- Jörg Frings-Fürst <debian@jff-webhosting.net> Wed, 06 Aug 2014 21:23:55 +0200
uriparser (0.8.0+dfsg-1) UNRELEASED; urgency=medium
diff --git a/debian/control b/debian/control
index f24f906..f992617 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends:
Standards-Version: 3.9.5
Homepage: http://uriparser.sourceforge.net
Vcs-Git: git://anonscm.debian.org/collab-maint/uriparser.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/uriparser.git
+Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/uriparser.git
Package: liburiparser1
Architecture: any
diff --git a/debian/copyright b/debian/copyright
index 05a3edf..7caadc5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,6 +9,15 @@ Copyright: 2007 Weijia Song <songweijia@gmail.com>
2013 Radu Hociung <radu.uriparser@ohmi.org>
License: BSD-3-clause
+Files: test/*
+Copyright: 2007 Weijia Song <songweijia@gmail.com>
+ 2007 Sebastian Pipping <sebastian@pipping.org>
+License: LGPL-2.1+
+
+Files: debian/*
+Copyright: 2014 Jörg Frings-Fürst <debian@jff-webhosting.net>
+License: GPL-3.0+
+
License: BSD-3-clause
All rights reserved.
.
@@ -35,12 +44,6 @@ License: BSD-3-clause
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
-
-Files: test/*
-Copyright: 2007 Weijia Song <songweijia@gmail.com>
- 2007 Sebastian Pipping <sebastian@pipping.org>
-License: LGPL-2.1+
-
License: LGPL-2.1+
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -59,11 +62,6 @@ License: LGPL-2.1+
On Debian systems, the complete text of the GNU Lesser General
Public License can be found in `/usr/share/common-licenses/LGPL-2.1'
-
-Files: debian/*
-Copyright: 2014 Jörg Frings-Fürst <debian@jff-webhosting.net>
-License: GPL-3.0+
-
License: GPL-3.0+
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -80,4 +78,3 @@ License: GPL-3.0+
.
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
-
diff --git a/debian/rules b/debian/rules
index 5760ca0..cb8b1c9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,5 @@
#!/usr/bin/make -f
-#export DH_VERBOSE=1
-export DH_OPTIONS
-
-#
-# Hardening
-#
-export DEB_BUILD_HARDENING=1
-
# Configure arguments
confflags = --prefix=/usr --disable-test --disable-doc
@@ -24,7 +16,6 @@ endif
###
-
%:
dh $@