diff -u zsh-lovers-0.5/debian/control zsh-lovers-0.5/debian/control --- zsh-lovers-0.5/debian/control +++ zsh-lovers-0.5/debian/control @@ -1,10 +1,12 @@ Source: zsh-lovers Section: doc Priority: optional -Maintainer: Michael Prokop +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Michael Prokop Uploaders: Reinhard Tartler -Build-Depends-Indep: debhelper (>= 4.0.0), gs-common, troffcvt, groff-base, man-db -Standards-Version: 3.6.2 +Build-Depends: debhelper (>= 4.0.0) +Build-Depends-Indep: gs-common, troffcvt, groff-base, man-db +Standards-Version: 3.7.3 Package: zsh-lovers Architecture: all diff -u zsh-lovers-0.5/debian/rules zsh-lovers-0.5/debian/rules --- zsh-lovers-0.5/debian/rules +++ zsh-lovers-0.5/debian/rules @@ -39,9 +39,6 @@ install -m 644 $(CURDIR)/zsh.vim $(CURDIR)/debian/zsh-lovers/usr/share/vim/syntax/zsh.vim binary-indep: build install - # We have nothing to do - -binary-arch: build install dh_testdir dh_testroot dh_installchangelogs diff -u zsh-lovers-0.5/debian/changelog zsh-lovers-0.5/debian/changelog --- zsh-lovers-0.5/debian/changelog +++ zsh-lovers-0.5/debian/changelog @@ -1,3 +1,16 @@ +zsh-lovers (0.5-0ubuntu3) hardy; urgency=low + + * debian/control: + - Modify Maintainer value to match the DebianMaintainerField + specification (LP: #176994). + - Move debhelper dependency to Build-Depends to satisfy the + clean rule. + - Bump standards version to 3.7.3. + * debian/rules: + - Move binary-arch stuff to binary-indep (keep lintian happy). + + -- Siegfried-Angel Gevatter Pujals (RainCT) Mon, 17 Dec 2007 20:04:29 +0100 + zsh-lovers (0.5-0ubuntu2) feisty; urgency=low * Correct error in man page (Closes Ubuntu #74202).