diff -u kcc-2.3/debian/changelog kcc-2.3/debian/changelog --- kcc-2.3/debian/changelog +++ kcc-2.3/debian/changelog @@ -1,3 +1,20 @@ +kcc (2.3-12.1) unstable; urgency=medium + + * Non-maintainer upload. + * Update DH level to 9 to avoid a FTBFS. (Closes: #800251) + * debian/compat: created. + * debian/control: + - Added the ${misc:Depends} to variable to provide the + right install dependencies. + - Bumped Standards-Version to 3.9.6. + * debian/rules: + - Changed the install to put the final files in right + place. + - Disable the dh_suidregister line. Thanks to Niels + Thykier (Closes: #785389) + + -- Raphael Mota Ramos Wed, 30 Dec 2015 20:46:10 -0200 + kcc (2.3-12) unstable; urgency=low * kcc.1: fix typo in manual page. (Thanks Rodrigo F. Baroni) diff -u kcc-2.3/debian/control kcc-2.3/debian/control --- kcc-2.3/debian/control +++ kcc-2.3/debian/control @@ -2,12 +2,12 @@ Section: text Priority: extra Maintainer: Araki Yasuhiro -Standards-Version: 3.5.4 -Build-Depends: debhelper (>= 3.0.0) +Standards-Version: 3.9.6 +Build-Depends: debhelper (>= 9) Package: kcc Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Description: Kanji code filter kcc can converts various Japanese encodings such as EUC-JP, 7bitJIS, 8bitJIS and ShiftJIS with Half-width Kana supports. diff -u kcc-2.3/debian/rules kcc-2.3/debian/rules --- kcc-2.3/debian/rules +++ kcc-2.3/debian/rules @@ -48,9 +48,9 @@ dh_installdirs # Add here commands to install the package into debian/tmp. - $(MAKE) install BINPATH=`pwd`/debian/tmp/usr/bin \ + $(MAKE) install BINPATH=`pwd`/debian/kcc/usr/bin \ INSTALL="$(INSTALL)" INSTALL_PROGRAM="$(INSTALL_PROGRAM)" - $(MAKE) install.man MANPATH=`pwd`/debian/tmp/usr/share/man \ + $(MAKE) install.man MANPATH=`pwd`/debian/kcc/usr/share/man \ JMANDIR=ja \ INSTALL="$(INSTALL)" INSTALL_FILE="$(INSTALL_FILE)" touch install-stamp @@ -78,7 +78,7 @@ dh_compress dh_fixperms # You may want to make some executables suid here - dh_suidregister +# dh_suidregister # dh_makeshlibs dh_installdeb # dh_perl only in patch2: unchanged: --- kcc-2.3.orig/debian/compat +++ kcc-2.3/debian/compat @@ -0,0 +1 @@ +9