diff options
| -rw-r--r-- | debian/changelog | 9 | ||||
| -rw-r--r-- | debian/control | 10 | 
2 files changed, 15 insertions, 4 deletions
| diff --git a/debian/changelog b/debian/changelog index 191d17d..85d5aee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +libonig (5.9.5-3) UNRELEASED; urgency=medium + +  * Add Vcs +  * debian/control: +    - Add Vcs-* fields pointed to alioth. +    - remove hardening-wrapper from Build-Depends. + + -- Jörg Frings-Fürst <debian@jff-webhosting.net>  Tue, 12 Aug 2014 21:14:49 +0200 +  libonig (5.9.5-2) unstable; urgency=medium    * rename debian/*.doc-base diff --git a/debian/control b/debian/control index b41a6b8..8a2b3b6 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,14 @@ Source: libonig  Section: libs  Priority: extra  Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net> -Homepage: http://www.geocities.jp/kosako3/oniguruma/  Build-Depends:  - debhelper (>= 9),  - dh-autoreconf, - hardening-wrapper + debhelper (>= 9), + dh-autoreconf  Standards-Version: 3.9.5 +Homepage: http://www.geocities.jp/kosako3/oniguruma/ +Vcs-Git: git://anonscm.debian.org/collab-maint/fast-cpp-csv-parser.git +Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/fast-cpp-csv-parser.git +  Package: libonig2  Priority: optional | 
