Your message dated Fri, 06 Sep 2024 21:29:30 +0000
with message-id <[email protected]>
and subject line Bug#1044933: fixed in critterding 1.0-beta12.1+dfsg-1
has caused the Debian Bug report #1044933,
regarding critterding: Fails to build source after successful build
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1044933: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1044933
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: critterding
Version: 1.0-beta12.1-1.3
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: [email protected]
Usertags: qa-doublebuild
Hi,
This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).
This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.
More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild
Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env
> -us -uc -rfakeroot -S
> ------------------------------------------------------------------------------------------------------------------------------------
>
> dpkg-buildpackage: info: source package critterding
> dpkg-buildpackage: info: source version 1.0-beta12.1-1.3
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Breno Leitao <[email protected]>
> dpkg-source --before-build .
> dpkg-source: warning: unknown information field 'Dm-Upload-Allowed' in input
> data in general section of control info file
> fakeroot debian/rules clean
> dh clean
> dh: warning: Compatibility levels before 10 are deprecated (level 7 in use)
> debian/rules override_dh_auto_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> [ ! -f Makefile ] || /usr/bin/make distclean
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> Making distclean in src
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
> Making distclean in utils
> make[4]: Entering directory '/<<PKGBUILDDIR>>/src/utils'
> Making distclean in bullet
> make[5]: Entering directory '/<<PKGBUILDDIR>>/src/utils/bullet'
> rm -rf .libs _libs
> test -z "libbulletmath.la libbulletcollision.la libbulletdynamics.la
> libbulletsoftbody.la" || rm -f libbulletmath.la libbulletcollision.la
> libbulletdynamics.la libbulletsoftbody.la
> rm -f ./so_locations
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f
> test . = "." || test -z "" || rm -f
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./.deps/Bullet-C-API.Plo
> rm -f ./.deps/SphereTriangleDetector.Plo
> rm -f ./.deps/btActivatingCollisionAlgorithm.Plo
> rm -f ./.deps/btAlignedAllocator.Plo
> rm -f ./.deps/btAxisSweep3.Plo
> rm -f ./.deps/btBoxBoxCollisionAlgorithm.Plo
> rm -f ./.deps/btBoxBoxDetector.Plo
> rm -f ./.deps/btBoxShape.Plo
> rm -f ./.deps/btBroadphaseProxy.Plo
> rm -f ./.deps/btBvhTriangleMeshShape.Plo
> rm -f ./.deps/btCapsuleShape.Plo
> rm -f ./.deps/btCollisionAlgorithm.Plo
> rm -f ./.deps/btCollisionDispatcher.Plo
> rm -f ./.deps/btCollisionObject.Plo
> rm -f ./.deps/btCollisionShape.Plo
> rm -f ./.deps/btCollisionWorld.Plo
> rm -f ./.deps/btCompoundCollisionAlgorithm.Plo
> rm -f ./.deps/btCompoundShape.Plo
> rm -f ./.deps/btConcaveShape.Plo
> rm -f ./.deps/btConeShape.Plo
> rm -f ./.deps/btConeTwistConstraint.Plo
> rm -f ./.deps/btContactConstraint.Plo
> rm -f ./.deps/btContinuousConvexCollision.Plo
> rm -f ./.deps/btContinuousDynamicsWorld.Plo
> rm -f ./.deps/btConvexCast.Plo
> rm -f ./.deps/btConvexConcaveCollisionAlgorithm.Plo
> rm -f ./.deps/btConvexConvexAlgorithm.Plo
> rm -f ./.deps/btConvexHull.Plo
> rm -f ./.deps/btConvexHullShape.Plo
> rm -f ./.deps/btConvexInternalShape.Plo
> rm -f ./.deps/btConvexPlaneCollisionAlgorithm.Plo
> rm -f ./.deps/btConvexPointCloudShape.Plo
> rm -f ./.deps/btConvexShape.Plo
> rm -f ./.deps/btConvexTriangleMeshShape.Plo
> rm -f ./.deps/btCylinderShape.Plo
> rm -f ./.deps/btDbvt.Plo
> rm -f ./.deps/btDbvtBroadphase.Plo
> rm -f ./.deps/btDefaultCollisionConfiguration.Plo
> rm -f ./.deps/btDiscreteDynamicsWorld.Plo
> rm -f ./.deps/btDispatcher.Plo
> rm -f ./.deps/btEmptyCollisionAlgorithm.Plo
> rm -f ./.deps/btEmptyShape.Plo
> rm -f ./.deps/btGImpactBvh.Plo
> rm -f ./.deps/btGImpactCollisionAlgorithm.Plo
> rm -f ./.deps/btGImpactQuantizedBvh.Plo
> rm -f ./.deps/btGImpactShape.Plo
> rm -f ./.deps/btGeneric6DofConstraint.Plo
> rm -f ./.deps/btGeometryUtil.Plo
> rm -f ./.deps/btGhostObject.Plo
> rm -f ./.deps/btGjkConvexCast.Plo
> rm -f ./.deps/btGjkEpa2.Plo
> rm -f ./.deps/btGjkEpaPenetrationDepthSolver.Plo
> rm -f ./.deps/btGjkPairDetector.Plo
> rm -f ./.deps/btHeightfieldTerrainShape.Plo
> rm -f ./.deps/btHingeConstraint.Plo
> rm -f ./.deps/btKinematicCharacterController.Plo
> rm -f ./.deps/btManifoldResult.Plo
> rm -f ./.deps/btMinkowskiPenetrationDepthSolver.Plo
> rm -f ./.deps/btMinkowskiSumShape.Plo
> rm -f ./.deps/btMultiSapBroadphase.Plo
> rm -f ./.deps/btMultiSphereShape.Plo
> rm -f ./.deps/btMultimaterialTriangleMeshShape.Plo
> rm -f ./.deps/btOptimizedBvh.Plo
> rm -f ./.deps/btOverlappingPairCache.Plo
> rm -f ./.deps/btPersistentManifold.Plo
> rm -f ./.deps/btPoint2PointConstraint.Plo
> rm -f ./.deps/btPolyhedralConvexShape.Plo
> rm -f ./.deps/btQuantizedBvh.Plo
> rm -f ./.deps/btQuickprof.Plo
> rm -f ./.deps/btRaycastCallback.Plo
> rm -f ./.deps/btRaycastVehicle.Plo
> rm -f ./.deps/btRigidBody.Plo
> rm -f ./.deps/btScaledBvhTriangleMeshShape.Plo
> rm -f ./.deps/btSequentialImpulseConstraintSolver.Plo
> rm -f ./.deps/btShapeHull.Plo
> rm -f ./.deps/btSimpleBroadphase.Plo
> rm -f ./.deps/btSimpleDynamicsWorld.Plo
> rm -f ./.deps/btSimulationIslandManager.Plo
> rm -f ./.deps/btSliderConstraint.Plo
> rm -f ./.deps/btSoftBody.Plo
> rm -f ./.deps/btSoftBodyConcaveCollisionAlgorithm.Plo
> rm -f ./.deps/btSoftBodyHelpers.Plo
> rm -f ./.deps/btSoftBodyRigidBodyCollisionConfiguration.Plo
> rm -f ./.deps/btSoftRigidCollisionAlgorithm.Plo
> rm -f ./.deps/btSoftRigidDynamicsWorld.Plo
> rm -f ./.deps/btSoftSoftCollisionAlgorithm.Plo
> rm -f ./.deps/btSolve2LinearConstraint.Plo
> rm -f ./.deps/btSphereBoxCollisionAlgorithm.Plo
> rm -f ./.deps/btSphereShape.Plo
> rm -f ./.deps/btSphereSphereCollisionAlgorithm.Plo
> rm -f ./.deps/btSphereTriangleCollisionAlgorithm.Plo
> rm -f ./.deps/btStaticPlaneShape.Plo
> rm -f ./.deps/btStridingMeshInterface.Plo
> rm -f ./.deps/btSubSimplexConvexCast.Plo
> rm -f ./.deps/btTetrahedronShape.Plo
> rm -f ./.deps/btTriangleBuffer.Plo
> rm -f ./.deps/btTriangleCallback.Plo
> rm -f ./.deps/btTriangleIndexVertexArray.Plo
> rm -f ./.deps/btTriangleIndexVertexMaterialArray.Plo
> rm -f ./.deps/btTriangleMesh.Plo
> rm -f ./.deps/btTriangleMeshShape.Plo
> rm -f ./.deps/btTriangleShapeEx.Plo
> rm -f ./.deps/btTypedConstraint.Plo
> rm -f ./.deps/btUniformScalingShape.Plo
> rm -f ./.deps/btUnionFind.Plo
> rm -f ./.deps/btVoronoiSimplexSolver.Plo
> rm -f ./.deps/btWheelInfo.Plo
> rm -f ./.deps/gim_box_set.Plo
> rm -f ./.deps/gim_contact.Plo
> rm -f ./.deps/gim_memory.Plo
> rm -f ./.deps/gim_tri_collision.Plo
> rm -f Makefile
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/utils/bullet'
> make[5]: Entering directory '/<<PKGBUILDDIR>>/src/utils'
> rm -rf .libs _libs
> test -z "libutils.la" || rm -f libutils.la
> rm -f ./so_locations
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f
> test . = "." || test -z "" || rm -f
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/utils'
> rm -f ./.deps/color.Plo
> rm -f ./.deps/commands.Plo
> rm -f ./.deps/critterselection.Plo
> rm -f ./.deps/dir.Plo
> rm -f ./.deps/dirlayout.Plo
> rm -f ./.deps/displaylists.Plo
> rm -f ./.deps/events.Plo
> rm -f ./.deps/execcmd.Plo
> rm -f ./.deps/file.Plo
> rm -f ./.deps/fps.Plo
> rm -f ./.deps/headless.Plo
> rm -f ./.deps/logbuffer.Plo
> rm -f ./.deps/mousepicker.Plo
> rm -f ./.deps/parser.Plo
> rm -f ./.deps/randgen.Plo
> rm -f ./.deps/raycast.Plo
> rm -f ./.deps/settings.Plo
> rm -f ./.deps/sleeper.Plo
> rm -f ./.deps/statsbuffer.Plo
> rm -f ./.deps/timer.Plo
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/utils'
> Making distclean in math
> make[4]: Entering directory '/<<PKGBUILDDIR>>/src/math'
> rm -rf .libs _libs
> test -z "libmath.la" || rm -f libmath.la
> rm -f ./so_locations
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f
> test . = "." || test -z "" || rm -f
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./.deps/vector2f.Plo
> rm -f ./.deps/vector2i.Plo
> rm -f ./.deps/vector3f.Plo
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/math'
> Making distclean in brainz
> make[4]: Entering directory '/<<PKGBUILDDIR>>/src/brainz'
> rm -rf .libs _libs
> test -z "libbrainz.la" || rm -f libbrainz.la
> rm -f ./so_locations
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f
> test . = "." || test -z "" || rm -f
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./.deps/archneuronz.Plo
> rm -f ./.deps/archsynapse.Plo
> rm -f ./.deps/brainz.Plo
> rm -f ./.deps/brainzarch.Plo
> rm -f ./.deps/neuroninterz.Plo
> rm -f ./.deps/synapse.Plo
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/brainz'
> Making distclean in gl
> make[4]: Entering directory '/<<PKGBUILDDIR>>/src/gl'
> rm -rf .libs _libs
> test -z "libgl.la" || rm -f libgl.la
> rm -f ./so_locations
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f
> test . = "." || test -z "" || rm -f
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./.deps/glscene.Plo
> rm -f ./.deps/glwindow.Plo
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/gl'
> Making distclean in gui
> make[4]: Entering directory '/<<PKGBUILDDIR>>/src/gui'
> rm -rf .libs _libs
> test -z "libgui.la" || rm -f libgui.la
> rm -f ./so_locations
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f
> test . = "." || test -z "" || rm -f
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./.deps/button.Plo
> rm -f ./.deps/container.Plo
> rm -f ./.deps/panel.Plo
> rm -f ./.deps/settingspanel.Plo
> rm -f ./.deps/text.Plo
> rm -f ./.deps/text_uintp.Plo
> rm -f ./.deps/textprinter.Plo
> rm -f ./.deps/widget.Plo
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/gui'
> Making distclean in scenes
> make[4]: Entering directory '/<<PKGBUILDDIR>>/src/scenes'
> Making distclean in gui
> make[5]: Entering directory '/<<PKGBUILDDIR>>/src/scenes/gui'
> rm -rf .libs _libs
> test -z "libcdgui.la" || rm -f libcdgui.la
> rm -f ./so_locations
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f
> test . = "." || test -z "" || rm -f
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./.deps/brainview.Plo
> rm -f ./.deps/critterview.Plo
> rm -f ./.deps/exitpanel.Plo
> rm -f ./.deps/globalsettingspanel.Plo
> rm -f ./.deps/helpinfo.Plo
> rm -f ./.deps/hud.Plo
> rm -f ./.deps/infobar.Plo
> rm -f ./.deps/infostats.Plo
> rm -f ./.deps/maincanvas.Plo
> rm -f ./.deps/mutationpanel.Plo
> rm -f ./.deps/settingsbodypanel.Plo
> rm -f ./.deps/settingsbrainpanel.Plo
> rm -f ./.deps/speciesview.Plo
> rm -f ./.deps/statsgraph.Plo
> rm -f ./.deps/textmessage.Plo
> rm -f ./.deps/textverbosemessage.Plo
> rm -f Makefile
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/scenes/gui'
> Making distclean in entities
> make[5]: Entering directory '/<<PKGBUILDDIR>>/src/scenes/entities'
> rm -rf .libs _libs
> test -z "libentities.la" || rm -f libentities.la
> rm -f ./so_locations
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f
> test . = "." || test -z "" || rm -f
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./.deps/archbodypart.Plo
> rm -f ./.deps/archconstraint.Plo
> rm -f ./.deps/archmouth.Plo
> rm -f ./.deps/body.Plo
> rm -f ./.deps/bodyarch.Plo
> rm -f ./.deps/bodypart.Plo
> rm -f ./.deps/camera.Plo
> rm -f ./.deps/constraint.Plo
> rm -f ./.deps/critterb.Plo
> rm -f ./.deps/entity.Plo
> rm -f ./.deps/food.Plo
> rm -f ./.deps/genotype.Plo
> rm -f ./.deps/genotypes.Plo
> rm -f ./.deps/mouth.Plo
> rm -f ./.deps/wall.Plo
> rm -f ./.deps/worldb.Plo
> rm -f Makefile
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/scenes/entities'
> Making distclean in modes
> make[5]: Entering directory '/<<PKGBUILDDIR>>/src/scenes/modes'
> rm -rf .libs _libs
> test -z "libmodes.la" || rm -f libmodes.la
> rm -f ./so_locations
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f
> test . = "." || test -z "" || rm -f
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./.deps/race.Plo
> rm -f ./.deps/roundworld.Plo
> rm -f ./.deps/testworld1.Plo
> rm -f Makefile
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/scenes/modes'
> make[5]: Entering directory '/<<PKGBUILDDIR>>/src/scenes'
> rm -rf .libs _libs
> test -z "libscenes.la" || rm -f libscenes.la
> rm -f ./so_locations
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f
> test . = "." || test -z "" || rm -f
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/scenes'
> rm -f ./.deps/evolution.Plo
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/scenes'
> make[4]: Entering directory '/<<PKGBUILDDIR>>/src'
> rm -f critterding
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f
> test . = "." || test -z "" || rm -f
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
> rm -f ./.deps/critterding.Po
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
> make[3]: Entering directory '/<<PKGBUILDDIR>>'
> rm -rf .libs _libs
> rm -f *.lo
> test -z "" || rm -f
> test . = "." || test -z "" || rm -f
> rm -f config.h stamp-h1
> rm -f libtool config.lt
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f cscope.out cscope.in.out cscope.po.out cscope.files
> make[3]: Leaving directory '/<<PKGBUILDDIR>>'
> rm -f config.status config.cache config.log configure.lineno
> config.status.lineno
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> find . -name Makefile.in -delete
> rm -f aclocal.m4 config.* configure depcomp install-sh ltmain.sh missing
> rm -rf m4 src/utils/ftgl/.deps src/utils/ftgl/Makefile
> rm -rf /<<PKGBUILDDIR>>/debian/icons
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_clean
> dh_clean: warning: Compatibility levels before 10 are deprecated (level 7 in
> use)
> dpkg-source -b .
> dpkg-source: warning: unknown information field 'Dm-Upload-Allowed' in input
> data in general section of control info file
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building critterding using existing
> ./critterding_1.0-beta12.1.orig.tar.gz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: warning: executable mode 0755 of 'compile' will not be
> represented in diff
> dpkg-source: info: local changes detected, the modified files are:
> critterding-1.0-beta12.1/compile
> dpkg-source: error: aborting due to unexpected upstream changes, see
> /tmp/critterding_1.0-beta12.1-1.3.diff.9WNhK7
> dpkg-source: info: Hint: make sure the version in debian/changelog matches
> the unpacked source tree
> dpkg-source: info: you can integrate the local changes with dpkg-source
> --commit
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 2
>
> E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage
> --sanitize-env -us -uc -rfakeroot -S' failed to run.
The full build log is available from:
http://qa-logs.debian.net/2023/08/13/critterding_1.0-beta12.1-1.3_unstable.log
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: critterding
Source-Version: 1.0-beta12.1+dfsg-1
Done: Andreas Tille <[email protected]>
We believe that the bug you reported is fixed in the latest version of
critterding, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Tille <[email protected]> (supplier of updated critterding package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 06 Sep 2024 22:21:52 +0200
Source: critterding
Architecture: source
Version: 1.0-beta12.1+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Andreas Tille <[email protected]>
Closes: 856739 929586 998789 1044933
Changes:
critterding (1.0-beta12.1+dfsg-1) unstable; urgency=medium
.
* Team upload.
.
[ Gabriele Giacone ]
* Repacking:
+ Remove embedded bullet, glew, tinyxml and ftgl libraries from tarball.
+ Add patch to use system libraries instead of embedded ones.
+ Readd +dfsg suffix to version.
* Remove DMUA flag.
* Fix d/copyright according to format specification 1.0.
.
[ Andreas Tille ]
* Fix Vcs fields
* Exclude beta14 from watch file since its known to fail at startup
(see bug #756997 for the package in experimental)
* Standards-Version: 4.7.0 (routine-update)
* debhelper-compat 13 (routine-update)
* Secure URI in copyright format (routine-update)
* Remove trailing whitespace in debian/changelog (routine-update)
* Remove trailing whitespace in debian/rules (routine-update)
* Do not parse d/changelog (routine-update)
* Rules-Requires-Root: no (routine-update)
* debian/copyright: Replace commas with whitespace to separate items in Files
paragraph.
* Use secure URI in Homepage field.
* watch file standard 4 (routine-update)
* Remove debian/critterding.menu (since we have critterding.desktop)
* Remove code copy of ftgl
* Trust dh_auto_configure
Closes: #929586
* Fix bashism
Closes: #998789
* Enable hardening options
* Add myself as Uploader
Closes: #856739
* Fix clean target
Closes: #1044933
Checksums-Sha1:
ea0ca6cbc593faa26316a8f2dd7b0a980588df54 2158
critterding_1.0-beta12.1+dfsg-1.dsc
2c3340eece761f00dbf30c8cf5edfa5277676521 779584
critterding_1.0-beta12.1+dfsg.orig.tar.xz
0088aa129c1d1e28e1c7615e790678764b775836 44840
critterding_1.0-beta12.1+dfsg-1.debian.tar.xz
ff31a6f56bf051a48c17e77869772d4ee5b60e9e 12804
critterding_1.0-beta12.1+dfsg-1_amd64.buildinfo
Checksums-Sha256:
085c23bcb13f7d48786d86160a459a8fd22ee8b58a0aa5733d34845cb953b146 2158
critterding_1.0-beta12.1+dfsg-1.dsc
3d3f76898d48f55009bac1fd9d94d334eb5210a76371b97e399e8c8331cc0fcb 779584
critterding_1.0-beta12.1+dfsg.orig.tar.xz
53ef438614a63359405b14d0133dabfe3609e0b3aae603c1fbfa2d0adb7792e3 44840
critterding_1.0-beta12.1+dfsg-1.debian.tar.xz
20a3219af59b04479de237f2fe5be246055d79daf9f7cbc1fd740bb1e30bc2ab 12804
critterding_1.0-beta12.1+dfsg-1_amd64.buildinfo
Files:
db36709d12154e2a2db19e990bc511f1 2158 science optional
critterding_1.0-beta12.1+dfsg-1.dsc
4b06389420f85e744a732fd5ac95e0b9 779584 science optional
critterding_1.0-beta12.1+dfsg.orig.tar.xz
796194c07f539f594adbb22d5ad85123 44840 science optional
critterding_1.0-beta12.1+dfsg-1.debian.tar.xz
6a22f149842d0136e378bce1e74191f8 12804 science optional
critterding_1.0-beta12.1+dfsg-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmbbZUoRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtE9bw//TggJeCCyJ6UW/3CIgaYnh3zXNiFUJahk
os8ABYFlvJ0sBDxqtuggacB4eXj79a6tUDBnm4LuBQs1IWBXVL1dtOxX7sYg9FT5
t/huEZ3jBEsI/OFX/9O/NuoxCZBSxoLS/cjonockSqLtg819xs7yK1pgzWk9F5je
LTD4f2g65vzdnbrcRRqDU63UxJUhkNN+dwsSO90wmrOa8NBXlXeKGPcndiL+aLmK
sKV3qaIXo5Tv1LrTLnnKE78volNs0Pxs22pJnJalXlRVRvO2U1DWx+fV2Vles2bH
TjSadu0Dya/suXCDGMDUvCQh3IDyd3o70qgAXV0QKIH1oDmKJiuehindiCFmiZeY
+y04JcAFKj0KrdIUuhSjN9+pUonbNIrZal9sGTCvSkfR/I8S3QLe6pi0tuzOEI6X
GkEXUbpXg2T6TJfoPrBRg31KhX0CLXsW5JXYD/zoXFsiGWZWsHdSd3CklrUMC5qv
vtou+MCuVcfVll+4pgY3M4tVHGZ0CeGmnVZZqLDFfjJ7erAQl9FJuBPJVcuVx+++
SuWQfRwRhO8pdaqYAasUQ7vXQrgASKV0N63tm6d5KaRZFpVQ67Ovm8NUkFPJNic8
Nlot28UlmOWmRqwAtNZJvuFHa7TuVjx00BJNm8V2smJT2h11msgFEtZ83eHPpoK3
/gu3HsYBq7M=
=19Rd
-----END PGP SIGNATURE-----
pgpuDW3vuWMGs.pgp
Description: PGP signature
--- End Message ---
--
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers