verdigris 1.3-1 source package in Ubuntu

Changelog

verdigris (1.3-1) unstable; urgency=medium

  * Team upload.

  [ Aurélien COUDERC ]
  * Fix Vcs-* control fields.
  * Fix watch file to follow latest github breakages.
  * New upstream release (1.3).
  * Replace debian/compat with debhelper-compat build dependency, bump
    compatibility version to 13.
  * Bump Standards-Version to 4.6.2, no change required.
  * Remove inactive uploaders.
  * Add Rules-Requires-Root: no.
  * Review copyright information.
  * Change maintainer to the Debian KDE Extras Team.

 -- Aurélien COUDERC <email address hidden>  Mon, 26 Dec 2022 23:53:53 +0100

Upload details

Uploaded by:
Debian KDE Extras Team
Uploaded to:
Sid
Original maintainer:
Debian KDE Extras Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
verdigris_1.3-1.dsc 1.9 KiB 94e4c53c8d7e46aa0c2201480dcc814fce56779217e416421afac900d9634e76
verdigris_1.3.orig.tar.gz 183.0 KiB ec6de8c2050020021dd540870a43738f8416502ede477416c86ee18cbe582638
verdigris_1.3-1.debian.tar.xz 2.8 KiB 92c4db786cd3dde3941692cf0629d5c43d843eba77a276e3e884ed54dfe76f6a

Available diffs

No changes file available.

Binary packages built by this source

verdigris: Header-only Qt moc replacement

 Verdigris is a header-only library that can be used with Qt.
 It uses macros to create a QMetaObject
 that is binary compatible with Qt's own QMetaObject without requiring moc.
 In other words, you can use Verdigris macros in your Qt or QML application
 instead of some of the Qt macros and then you do not need to run moc.
 .
 Moreover, Verdigris supports templated and nested QObject classes.
 It needs a modern C++ compiler with C++14 relaxed constexpr.