libgtk3-simplelist-perl 0.21-1 source package in Ubuntu

Changelog

libgtk3-simplelist-perl (0.21-1) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Repository, Repository-Browse.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

  [ gregor herrmann ]
  * Import upstream version 0.21
  * Update debian/upstream/metadata.
  * Drop silence.patch, fixed upstream.
  * Declare compliance with Debian Policy 4.5.0.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Sat, 09 May 2020 15:43:44 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
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
Jammy release universe misc

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libgtk3-simplelist-perl_0.21-1.dsc 2.4 KiB e4c391411a3b60b2a1d8a22a5ba28c5f8b47ddd201850120ecb95f42101af619
libgtk3-simplelist-perl_0.21.orig.tar.gz 18.7 KiB 1d4465100bf3bc0474a29469a406fd033562b6e3736188121000372ab2ada884
libgtk3-simplelist-perl_0.21-1.debian.tar.xz 2.3 KiB a30b59d9e0dbee3312113f5f9717c4137cdc550714eb0c61cbdeb065502b6648

Available diffs

No changes file available.

Binary packages built by this source

libgtk3-simplelist-perl: Perl simple interface to GTK+ 3's complex MVC list widget

 Gtk3 has a powerful, but complex MVC (Model, View, Controller) system used to
 implement list and tree widgets. Gtk3::SimpleList automates the complex setup
 work and allows you to treat the list model as a more natural list of lists
 structure.
 .
 After creating a new Gtk3::SimpleList object with the desired columns you may
 set the list data with a simple Perl array assignment. Rows may be added or
 deleted with all of the normal array operations. You can treat the data
 member of the list simplelist object as an array reference, and manipulate
 the list data with perl's normal array operators.
 .
 A mechanism has also been put into place allowing columns to be Perl scalars.
 The scalar is converted to text through Perl's normal mechanisms and then
 displayed in the list. This same mechanism can be expanded by defining
 arbitrary new column types before calling the new function.