diff options
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/control | 6 | 
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 67bf103..47c12ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -libonig (5.9.5-4) unstable; urgency=medium +libonig (5.9.5-4) UNRELEASED; urgency=medium    * debian/control:      - Add dpkg to Depends of libonig2-dbg to prevent diff --git a/debian/control b/debian/control index ca0e216..018ace3 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,9 @@ Build-Depends:   debhelper (>= 9),   dh-autoreconf  Standards-Version: 3.9.6 +Homepage: http://www.geocities.jp/kosako3/oniguruma/ +Vcs-Git: git://anonscm.debian.org/collab-maint/libonig.git +Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/libonig.git  Package: libonig2  Priority: optional @@ -29,8 +32,9 @@ Multi-Arch: same  Depends:    ${misc:Depends},   ${shlibs:Depends}, - dpkg (>=1.17.21),   libonig2 (= ${binary:Version}) +Pre-Depends: + dpkg (>= 1.17.21)  Description: Debugging symbols for libonig2   The characteristics of this library is that different    character encoding for every regular expression object   | 
