Author: tille Date: 2009-10-05 06:31:35 +0000 (Mon, 05 Oct 2009) New Revision: 4149
Modified: trunk/packages/bioruby/trunk/debian/control trunk/packages/bioruby/trunk/debian/rules Log: Some lintian issues Modified: trunk/packages/bioruby/trunk/debian/control =================================================================== --- trunk/packages/bioruby/trunk/debian/control 2009-10-05 06:22:04 UTC (rev 4148) +++ trunk/packages/bioruby/trunk/debian/control 2009-10-05 06:31:35 UTC (rev 4149) @@ -1,5 +1,5 @@ Source: bioruby -Section: science +Section: ruby Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Andreas Tille <[email protected]> Modified: trunk/packages/bioruby/trunk/debian/rules =================================================================== --- trunk/packages/bioruby/trunk/debian/rules 2009-10-05 06:22:04 UTC (rev 4148) +++ trunk/packages/bioruby/trunk/debian/rules 2009-10-05 06:31:35 UTC (rev 4149) @@ -1,10 +1,5 @@ #!/usr/bin/make -f # -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 @@ -49,7 +44,7 @@ install: build dh_testdir dh_testroot - dh_clean -k + dh_clean dh_installdirs ruby setup.rb install _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
