diff options
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/control | 2 | 
2 files changed, 3 insertions, 1 deletions
| diff --git a/debian/changelog b/debian/changelog index 023fe72..fe6018b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ xsd (4.0.0-2) UNRELEASED; urgency=medium    * debian/rules:      - Add "make xsd_clean_gen=n clean" to override_dh_clean to        build the cli at build time (Closes: #794440). +  * debian/control: +    - Bump Standards-Version to 3.9.6 (no changes required).   -- Jörg Frings-Fürst <debian@jff-webhosting.net>  Tue, 04 Aug 2015 12:37:51 +0200 diff --git a/debian/control b/debian/control index 285c7cf..ca69cce 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends:   libboost-regex-dev,    libxerces-c-dev (>= 3),    m4 -Standards-Version: 3.9.5 +Standards-Version: 3.9.6  Homepage: http://codesynthesis.com  Vcs-Git: git://anonscm.debian.org/collab-maint/xsd.git  Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/xsd.git | 
