On October 12, 2006 at 10:44PM +0900, tats (at vega.ocn.ne.jp) wrote: > Package: mell > Version: 1.0.0-6 > Tags: patch > > To use debhelper and dpatch at the clean target, you should use > Build-Depends instead of Build-Depends-Indep.
lintian tells the following errors and warnings.
W: mell source: out-of-date-standards-version 3.6.1.0 (current is 3.7.2)
E: mell source: build-depends-indep-should-be-build-depends debhelper
E: mell source: build-depends-indep-should-be-build-depends dpatch
W: mell source: configure-generated-file-in-source config.log
W: mell source: configure-generated-file-in-source config.status
W: mell: old-fsf-address-in-copyright-file
To lintian clean, please apply the following patch.
* debian/control: Set Standards-Version to 3.7.2.
* debian/control: Move debhelper and dpatch from Build-Depends-Indep
to Build-Depends.
* debian/rules: Use `make distclean' instead of `make clean' to remove
configure generated files.
* debian/copyright: Update the postal address of FSF and mention
Debian packaging conditions.
----
--- mell-1.0.0-6/debian/control
+++ mell-1.0.0/debian/control
@@ -2,8 +2,8 @@
Section: editors
Priority: optional
Maintainer: Hidetaka Iwai <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>> 4.0.0), dpatch
-Standards-Version: 3.6.1.0
+Build-Depends: debhelper (>> 4.0.0), dpatch
+Standards-Version: 3.7.2
Package: mell
Architecture: all
--- mell-1.0.0-6/debian/copyright
+++ mell-1.0.0/debian/copyright
@@ -18,9 +18,10 @@
You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA.
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
+The Debian packaging is distributed under the same conditions as
+the upstream.
--- mell-1.0.0-6/debian/rules
+++ mell-1.0.0/debian/rules
@@ -38,7 +38,7 @@
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp debian/emacsen-install
- -$(MAKE) clean
+ -$(MAKE) distclean
dh_clean
----
Thanks,
--
Tatsuya Kinoshita
pgpBLvRbRQEw9.pgp
Description: PGP signature

