commit d6332233a5d67d2ecc227a496e3eced76acc2b62
Author: Fukui Daichi <a.dog.will.talk@akane.waseda.jp>
Date: Sun Sep 13 15:43:56 2026 +0900
d/changelog: Describe more changes for 0.0~git20260904.d951918+dfsg
commit 2aea38641aff372bf6358b0b03d2d94660a32c11
Author: Fukui Daichi <a.dog.will.talk@akane.waseda.jp>
Date: Sun Sep 13 15:13:09 2026 +0900
d/patches: Update the Forwarded fields
commit 5eb6275ace751e6ff83c8d1a5f5175c4d553abe4
Author: Fukui Daichi <a.dog.will.talk@akane.waseda.jp>
Date: Fri Sep 11 11:26:51 2026 +0900
d/control: Remove redundant new line
commit d586ff02810b86a28d84cd9cb5184f1731668ecc
Author: Fukui Daichi <a.dog.will.talk@akane.waseda.jp>
Date: Fri Sep 11 11:25:01 2026 +0900
d/patches: Add patch to fix integrat.o's include path
integrat.o hardcoded '-I $(INSTALL_DIR)/include', which expands to
the non-existent '-I ~/include'. Use $(CPPFLAGS) instead.
commit ffd0b6d7fda58b749dbcb9e2036a8c43920b6415
Author: Fukui Daichi <a.dog.will.talk@akane.waseda.jp>
Date: Thu Sep 10 11:39:57 2026 +0900
Move pluto-lunar binaries from usr/lib to usr/libexec
According to FHS 3.0 and Debian Policy 4.1.5, executables don't
belong under usr/lib. Update README.Debian's 2018 note on binary
placement to reflect the new location.
commit 34e0b9ef599a60792a4a86716822b32b55a5189e
Author: Fukui Daichi <a.dog.will.talk@akane.waseda.jp>
Date: Thu Sep 10 11:38:43 2026 +0900
d/upstream/metadata: Add metadata
Point at the real upstream repository and issue tracker, matching
the standard DEP-12 practice.
commit 3a3f5e2554cdd26cc868460c1c1f5a6f4838c8e4
Author: Fukui Daichi <a.dog.will.talk@akane.waseda.jp>
Date: Thu Sep 10 11:37:22 2026 +0900
d/pluto-lunar.lintian-overrides: Override Lon/lon spelling false positives
"Lon"/"lon" are the standard astronomical abbreviation for longitude,
not a misspelling of "long".
commit 9b10cc43feb29b62b65c6d8532ccf3097cc3338c
Author: Fukui Daichi <a.dog.will.talk@akane.waseda.jp>
Date: Thu Sep 10 11:18:12 2026 +0900
d/pluto-lunar.dirs: Drop empty usr/bin directory
Nothing is installed there. According to d/README.Debian,
binaries deliberately don't go to usr/bin for this package.
commit dbe9fe20ff86b7edb7fbc3adf6915d2a861eb70a
Author: Fukui Daichi <a.dog.will.talk@akane.waseda.jp>
Date: Thu Sep 10 11:14:59 2026 +0900
d/rules: Drop -Wl,--as-needed linker flag
The linker flag is no longer needed since Bullseye.
commit 8776f79d431d4aab8f2c602b3c9ad4528aa47609
Author: Fukui Daichi <a.dog.will.talk@akane.waseda.jp>
Date: Thu Sep 10 11:04:32 2026 +0900
d/control: Set Section: libdevel for libpluto-lunar-dev
Development packages belong in libdevel rather than inheriting the
source package's science section.
commit 6ae16ea8b24f3649f367add83b323b4065fdebf7
Author: Fukui Daichi <a.dog.will.talk@akane.waseda.jp>
Date: Thu Sep 10 11:02:17 2026 +0900
d/control: Drop redundant Priority: optional field
'optional' is now the default priority.
commit bcb56e63118f41b4ee3cea8d3a52c4b0d4430019
Author: Fukui Daichi <a.dog.will.talk@akane.waseda.jp>
Date: Thu Sep 10 11:00:57 2026 +0900
d/control: Switch to debhelper-compat (= 13) and drop debian/compat
The debian/compat file is superseded by the debhelper-compat
Build-Depends; having both is redundant and debhelper-compat is
the modern convention.
commit 1fdfc173340b41b3540e48834b79f4e4e748fbda
Author: Fukui Daichi <a.dog.will.talk@akane.waseda.jp>
Date: Thu Sep 10 10:38:31 2026 +0900
d/control: Bump Standards-Version to 4.7.4
commit a8558ab75fae434f5a7a8529d30c4a8ca22050ca
Author: Fukui Daichi <a.dog.will.talk@akane.waseda.jp>
Date: Tue Sep 8 23:56:55 2026 +0900
d/patches: Add patch to drop stale watdefs.h references
Some targets still list watdefs.h as a literal make prerequisite,
and install/uninstall still try to manage a local copy, even though
this package deferred to libpluto-jpl-eph-dev for that file back in
2018 (see d/README.source). make requires every prerequisite to
exist or be buildable, so this failed before the compiler ever ran.
commit d8c86bdd59cf4035fc8823305407b45c537db01f
Author: Fukui Daichi <a.dog.will.talk@akane.waseda.jp>
Date: Tue Sep 8 23:44:57 2026 +0900
d/patches: Add patch to drop __DATE__/__TIME__ from version banners
astcheck.cpp, jpl2b32.cpp, jsattest.cpp, and integrat.cpp embed the
build timestamp in a cosmetic version banner, which -Wdate-time +
-Werror turns into a hard build failure. Drop it since it's not used
for anything but display.
commit 09e65fc2e1867805c5af8f6a1988c00bf760a97b
Author: Fukui Daichi <a.dog.will.talk@akane.waseda.jp>
Date: Tue Sep 8 23:42:57 2026 +0900
d/patches: Use CPPFLAGS in combined compile+link rules
Some targets compile their .c/.cpp source directly in the same
command as the link step, bypassing the .cpp.o/.c.o rules that
already carry $(CPPFLAGS). Add it wherever compilation happens,
in addition to the existing $(LDFLAGS) fix, so none of them fail
to find headers from libpluto-jpl-eph-dev once make reaches them.
commit 9f2b07093d2f82ef3222cc4913df16eac0bb8dfe
Author: Fukui Daichi <a.dog.will.talk@akane.waseda.jp>
Date: Tue Sep 8 23:38:33 2026 +0900
d/patches: Fix integrat.o to use CPPFLAGS instead of a stale path
integrat.o had its own explicit compile rule bypassing the general
.cpp.o hardening, hardcoding '-I $(INSTALL_DIR)/include', which
expands to the literal, non-existent '-I ~/include'. Use
$(CPPFLAGS) like every other rule instead.
commit 076358062433c3d94dca1d849ca55f70f2ce37a6
Author: Fukui Daichi <a.dog.will.talk@akane.waseda.jp>
Date: Tue Sep 8 23:33:43 2026 +0900
d/rules: Route -I/usr/include/pluto through CPPFLAGS
-I belongs to CPPFLAGS by convention, and DEB_CFLAGS_MAINT_APPEND
was never exported, so make couldn't see this flag at all.
commit 431de6b0335336fb4524d2ab2f15c0e075032d9d
Author: Fukui Daichi <a.dog.will.talk@akane.waseda.jp>
Date: Thu Sep 10 10:33:34 2026 +0900
d/changelog: Add new entry for 0.0~git20260904.d951918+dfsg
This patch also added +dfsg suffix to advertise repackaging.
Files-Excluded is used in d/copyright, so the version should carry
+dfsg to signal the orig tarball isn't byte-identical to upstream's
release, per Debian convention. This change resolves a lintian report
repackaged-source-not-advertised.
commit 5e5c7316125b5f9f59d2c2762144ddd5a8cfb817
Merge: 38337f3 25e9c37
Author: Fukui Daichi <a.dog.will.talk@akane.waseda.jp>
Date: Sat Sep 12 00:48:11 2026 +0900
Update upstream source from tag 'upstream/0.0_git20260904.d951918+dfsg'
Update to upstream version '0.0~git20260904.d951918+dfsg'
with Debian dir a980793855557c350faa040cd656c3031205997c
commit 38337f3ce99eb8d3b24cb4114894f7308c08fc47
Author: Fukui Daichi <a.dog.will.talk@akane.waseda.jp>
Date: Thu Sep 10 13:55:29 2026 +0900
d/watch: Update to comply with version 5
commit 9abf8b12a2e48f15b50b281b673b81a0d2ab28ce
Merge: 20d8c6d 5671676
Author: Steffen Moeller <moeller@debian.org>
Date: Thu Aug 30 13:26:44 2018 +0200
Merge branch 'master' of salsa.debian.org:debian-astro-team/pluto-lunar
commit 20d8c6d9d3fbc37877505f934807af11ca096fb7
Merge: 172d115 9bfa365
Author: Steffen Moeller <moeller@debian.org>
Date: Thu Aug 30 12:09:57 2018 +0200
Update upstream source from tag 'upstream/0.0_git20180825.e34c1d1'
Update to upstream version '0.0~git20180825.e34c1d1'
with Debian dir 91b0fe4cec2dc27df0c62998c608f875e5c698d6
commit 5671676f53ff7ebf513aaebfef05ac35b9fb2cf4
Merge: 172d115 9bfa365
Author: Steffen Moeller <moeller@debian.org>
Date: Thu Aug 30 12:09:57 2018 +0200
Update upstream source from tag 'upstream/0.0_git20180825.e34c1d1'
Update to upstream version '0.0~git20180825.e34c1d1'
with Debian dir 91b0fe4cec2dc27df0c62998c608f875e5c698d6
commit 172d1151cfbad285fd6403cbb4dc038316ba3133
Author: Steffen Moeller <moeller@debian.org>
Date: Thu Aug 30 12:09:40 2018 +0200
Introduced watch file for github HEAD
commit e18d93e7c58ee294c77ff984f653d90c53857e18
Author: Steffen Moeller <moeller@debian.org>
Date: Fri Mar 2 11:21:28 2018 +0100
Introduced team maintenance.
commit baaf1583a2e963c629649ed919680566d1b3ce31
Author: Steffen Moeller <moeller@debian.org>
Date: Wed Feb 28 09:58:52 2018 +0100
Import Debian changes 0.0~git20180227-1
pluto-lunar (0.0~git20180227-1) experimental; urgency=medium
* Initial release (Closes: #891856)
Among the 3 debian patches available in version 0.0~git20180825.e34c1d1-1 of the package, we noticed the following issues: