diff -Nru scim-thai-0.1.2/debian/changelog scim-thai-0.1.2/debian/changelog --- scim-thai-0.1.2/debian/changelog 2011-12-03 04:20:10.000000000 +0000 +++ scim-thai-0.1.2/debian/changelog 2011-12-24 06:24:40.000000000 +0000 @@ -1,8 +1,19 @@ -scim-thai (0.1.2-1build1) precise; urgency=low +scim-thai (0.1.2-2) unstable; urgency=low - * No-change rebuild to drop spurious libsfgcc1 dependency on armhf. + * Packaging moved to alioth, update Vcs-* accordingly + * Point Homepage directly to linux.thai.net page + * debian/control, debian/copyright, debian/install: Apply wrap-and-sort + * Build with hardening flags + - Bump debhelper compat to level 9. + - B-Dep on dpkg-dev (>= 0.16.1~) for dpkg-buildflags. + - B-Dep on debhelper (>= 8.9.0~) for dh_auto_configure that uses + dpkg-buildflags. + - debian/rules: + + Use DEB_LDFLAGS_MAINT_APPEND to add --as-needed linker flag. + + Add DEB_BUILD_MAINT_OPTIONS to also enable bindnow + - Override package-needs-versioned-debhelper-build-depends lintian warning. - -- Adam Conrad Fri, 02 Dec 2011 21:20:10 -0700 + -- Theppitak Karoonboonyanan Sat, 24 Dec 2011 13:24:24 +0700 scim-thai (0.1.2-1) unstable; urgency=low diff -Nru scim-thai-0.1.2/debian/compat scim-thai-0.1.2/debian/compat --- scim-thai-0.1.2/debian/compat 2011-06-25 07:48:50.000000000 +0000 +++ scim-thai-0.1.2/debian/compat 2011-12-24 06:24:40.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru scim-thai-0.1.2/debian/control scim-thai-0.1.2/debian/control --- scim-thai-0.1.2/debian/control 2011-06-25 13:20:54.000000000 +0000 +++ scim-thai-0.1.2/debian/control 2011-12-24 06:24:40.000000000 +0000 @@ -2,20 +2,28 @@ Section: utils Priority: optional Maintainer: Theppitak Karoonboonyanan -Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf (>= 4), libltdl-dev, - pkg-config, gettext, autopoint, chrpath, libscim-dev (>= 1.4.6), libthai-dev -Vcs-Svn: http://linux.thai.net/svn/software/scim-thai -Vcs-Browser: http://linux.thai.net/websvn/wsvn/software.scim-thai/?sc=0 -Homepage: http://libthai.sourceforge.net +Build-Depends: + autopoint, + chrpath, + debhelper (>= 8.9.0~), + dh-autoreconf (>= 4), + dpkg-dev (>= 0.16.1~), + gettext, + libltdl-dev, + libscim-dev (>= 1.4.6), + libthai-dev, + pkg-config +Vcs-Git: git://git.debian.org/git/collab-maint/scim-thai.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/scim-thai.git +Homepage: http://linux.thai.net/projects/libthai Standards-Version: 3.9.2 Package: scim-thai Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, scim +Depends: scim, ${misc:Depends}, ${shlibs:Depends} Description: Thai Input Method Engine for SCIM SCIM (Smart Common Input Method) is an input method (IM) platform. . - This package provides Thai input method engine for SCIM. Currently, it - supports Ketmanee, TIS-820.2538 and Pattachote keyboards; three levels + This package provides Thai input method engine for SCIM. Currently, it + supports Ketmanee, TIS-820.2538 and Pattachote keyboards; three levels of strictness for input sequence check. - diff -Nru scim-thai-0.1.2/debian/copyright scim-thai-0.1.2/debian/copyright --- scim-thai-0.1.2/debian/copyright 2011-06-25 13:08:42.000000000 +0000 +++ scim-thai-0.1.2/debian/copyright 2011-12-24 06:24:40.000000000 +0000 @@ -28,4 +28,3 @@ . On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. - diff -Nru scim-thai-0.1.2/debian/install scim-thai-0.1.2/debian/install --- scim-thai-0.1.2/debian/install 2011-06-26 16:11:58.000000000 +0000 +++ scim-thai-0.1.2/debian/install 2011-12-24 06:24:40.000000000 +0000 @@ -1,5 +1,4 @@ usr/lib/scim-1.0/*/IMEngine/*.so usr/lib/scim-1.0/*/SetupUI/*.so -usr/share/scim/icons/* usr/share/locale/* - +usr/share/scim/icons/* diff -Nru scim-thai-0.1.2/debian/rules scim-thai-0.1.2/debian/rules --- scim-thai-0.1.2/debian/rules 2011-06-26 11:12:32.000000000 +0000 +++ scim-thai-0.1.2/debian/rules 2011-12-24 06:24:40.000000000 +0000 @@ -3,7 +3,8 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -LDFLAGS = -Wl,--as-needed +export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed +export DEB_BUILD_MAINT_OPTIONS := hardening=+bindnow %: dh $@ --with autoreconf diff -Nru scim-thai-0.1.2/debian/source.lintian-overrides scim-thai-0.1.2/debian/source.lintian-overrides --- scim-thai-0.1.2/debian/source.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ scim-thai-0.1.2/debian/source.lintian-overrides 2011-12-24 06:24:40.000000000 +0000 @@ -0,0 +1,3 @@ +# We are using experimental version of debhelper +scim-thai source: package-needs-versioned-debhelper-build-depends 9 +