glycin (1.2.1+ds-1)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 1.2.1+ds-2 > 1.2.1+ds-1
- Git: https://salsa.debian.org/gnome-team/glycin.git
-
- Branch: debian/latest
- Path: debian/changelog
- Repo size: 319488
- Browser: https://salsa.debian.org/gnome-team/glycin
- Last scan: 2025-04-24 19:56:02+00
- Next scan: 2025-05-01 13:32:00+00
- Merge requests: 2
- CI pipeline status: success
- Debian changelog in Git:
glycin (1.2.1+ds-2) UNRELEASED; urgency=medium
[ Sebastien Bacher ]
* debian/control:
- explicitly list the libraries listed as requirement by meson.build
[ Alessandro Astone ]
* d/rules: Cleanup misleading execute_before_dh_auto_configure target
-- Jeremy Bícha <jbicha@ubuntu.com> Fri, 18 Apr 2025 09:16:45 -0400
- This branch is 3 commits ahead of tag debian/1.2.1+ds-1
- Git log:
commit 66e6c2e8805401a7cdecb7196d150c3b4f1222a3
Author: Jeremy Bícha <jeremy.bicha@canonical.com>
Date: Fri Apr 18 09:17:08 2025 -0400
Update changelog
commit 4ff3142ec614880cd509eef8ff5bde71c8080807
Author: Sebastien Bacher <seb128@ubuntu.com>
Date: Thu Apr 17 15:56:05 2025 +0200
* debian/control:
- explicitly list the libraries listed as requirement by meson.build
commit 93bfcf30f62a395ee0b7b31cf1a8322e74798f9f
Author: Alessandro Astone <alessandro.astone@canonical.com>
Date: Fri Apr 18 14:30:30 2025 +0200
d/rules: Cleanup misleading execute_before_dh_auto_configure target
The "export DEB_BUILD_OPTIONS" statement was not really being executed
in the execute_before_dh_auto_configure target.
Instead execute_before_dh_auto_configure was being defined as an empty target,
because it wasn't followed by any tab-indented lines, and the export was simply
being parsed at the top level (which is what we want anyways).
Make that clear by moving the DEB_BUILD_OPTIONS definition together with the
other definitions, and remove the empty execute_before_dh_auto_configure target