[Debian-in-commits] [SCM] iok.git branch, master, updated. upstream/2.1.2-8-g4da410c

Kartik Mistry kartik at debian.org
Thu Dec 20 04:25:19 UTC 2012


The following commit has been merged in the master branch:
commit 4da410c17a9cebcd299e1848c890dd1a300d5555
Author: Kartik Mistry <kartik at debian.org>
Date:   Thu Dec 20 09:55:01 2012 +0530

    Fixed VCS-* URLs, Added hardening support, Updated S-V to 3.9.4

diff --git a/debian/changelog b/debian/changelog
index af8615d..727fb88 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+iok (2.1.2-2) UNRELEASED; urgency=low
+
+  * debian/control:
+    + Fixed VCS-* URLs.
+    + Updated Standards-Version to 3.9.4
+  * debian/rules:
+    + Added hardening support.
+
+ -- Kartik Mistry <kartik at debian.org>  Thu, 20 Dec 2012 09:52:17 +0530
+
 iok (2.1.2-1) unstable; urgency=low
 
   * New Upstream release.
diff --git a/debian/control b/debian/control
index c309231..162dcaa 100644
--- a/debian/control
+++ b/debian/control
@@ -3,24 +3,25 @@ Section: utils
 Priority: extra
 Maintainer: Debian-IN Team <debian-in-workers at lists.alioth.debian.org>
 Uploaders: Kartik Mistry <kartik at debian.org>
-Build-Depends: debhelper (>= 7.0.50~),
-               autotools-dev,
+Build-Depends: autotools-dev,
+               debhelper (>= 7.0.50~),
                desktop-file-utils,
+               dpkg-dev (>= 1.16.1),
                gettext,
                intltool,
                libgtk-3-dev,
                libunique-3.0-dev,
-               libxtst-dev,
                libxml2-dev,
+               libxtst-dev,
                pkg-config
-Standards-Version: 3.9.3
-Vcs-Git: git://git.debian.org/debian-in/iok.git
-Vcs-Browser: http://git.debian.org/?p=debian-in/iok.git;a=summary
+Standards-Version: 3.9.4
+Vcs-Git: git://anonscm.debian.org/debian-in/iok.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-in/iok.git;a=summary
 Homepage: https://fedorahosted.org/iok/
 
 Package: iok
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Indic Onscreen Keyboard
  It shows onscreen keyboard for 12 Indian languages. The languages are -
  Assamese, Bengali, Gujarati, Hindi, Kannada, Marathi, Malayalam, Punjabi,
diff --git a/debian/rules b/debian/rules
index 1baefe0..d19eb30 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,8 @@
 #!/usr/bin/make -f
+
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
+
 %:
 	dh $@
 

-- 
iok.git



More information about the Debian-in-commits mailing list