diff --git a/debian/changelog b/debian/changelog index 76909cebe08ac0d9608c3ec1e08893362a7bb406..c2b02dda4ac22b4816edf9168da7b696e2b371a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +fitscut (1.4.4-6) UNRELEASED; urgency=medium + + * Drop unnecessary dependency on dh-autoconf. + * Remove obsolete fields Name from debian/upstream/metadata. + * Update standards version to 4.4.1, no changes needed. + + -- Debian Janitor Wed, 11 Sep 2019 12:24:26 +0000 + fitscut (1.4.4-5) unstable; urgency=low * Update VCS fields to use salsa.d.o diff --git a/debian/control b/debian/control index eeee915957f207b020d4dfbd5415b0793e21f0c1..2bbb1d0615a8b6977a94c6719673af4027c17323 100644 --- a/debian/control +++ b/debian/control @@ -4,13 +4,12 @@ Uploaders: Ole Streicher Section: science Priority: optional Build-Depends: debhelper-compat (= 12), - dh-autoreconf, help2man, libcfitsio-dev, libjpeg-dev, libpng-dev, libwcstools-dev -Standards-Version: 4.4.0 +Standards-Version: 4.4.1 Vcs-Browser: https://salsa.debian.org/debian-astro-team/fitscut Vcs-Git: https://salsa.debian.org/debian-astro-team/fitscut.git Homepage: http://acs.pha.jhu.edu/general/software/fitscut/ diff --git a/debian/rules b/debian/rules index 793ace512d55d78671df0b88b410185e056973cb..d3d218f6f54651a9687ec1e1d48c7172f11c67b9 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ #export DH_VERBOSE=1 %: - dh $@ --with autoreconf + dh $@ override_dh_installman: help2man ./fitscut -n "extract cutouts from FITS image format file" --no-discard-stderr -s 1 -N -o fitscut.1 diff --git a/debian/upstream/metadata b/debian/upstream/metadata index 14b42989029f6824c0a4c87ef915d312e4d5ea0a..7ec0693c0dd9b464922b434a1f1dcbcf58894380 100644 --- a/debian/upstream/metadata +++ b/debian/upstream/metadata @@ -1,3 +1,4 @@ Bug-Database: https://github.com/spacetelescope/fitscut/issues -Name: fitscut -Repository: https://github.com/spacetelescope/fitscut +Repository: https://github.com/spacetelescope/fitscut.git +Bug-Submit: https://github.com/spacetelescope/fitscut/issues/new +Repository-Browse: https://github.com/spacetelescope/fitscut