gnustep-make 2.9.1-2 source package in Ubuntu

Changelog

gnustep-make (2.9.1-2) unstable; urgency=medium

  * debian/patches/texinfo-7.patch: New; fix FTBFS with texinfo/7.0.x;
    thanks Hilmar Preuße (Closes: #1030387).
  * debian/rules: Use dh_auto_build/dh_auto_install where possible.
    (override_dh_auto_build): Enclose recipe for building documentation
    within a "nodoc" conditional.
    (override_dh_auto_install): Likewise.  Add commands for creating
    gnustep-make-doc.{install.links} in the common case (!nodoc).
  * debian/control (Build-Depends-Indep): Annotate all packages with
    <!nodoc>; all of them are only needed for building the -doc package.
    (gnustep-make-doc) <Build-Profiles>: Set to "<!nodoc>".
  * debian/clean: Add gnustep-make-doc.{install,links}.
  * debian/gnustep-make-doc.install: Rename as...
  * debian/gnustep-make-doc.install.in: ...to cater for "nodoc".
  * debian/gnustep-make-doc.links: Rename as...
  * debian/gnustep-make-doc.links.in: ...as above.
  * debian/addons/config.mk: Add support for "nodoc".
  * debian/tests/build: New test; simulate build/install/uninstall/clean
    of all core packages (tool, app, library, framework, texinfo manual).
  * debian/tests/GNUmakefile: New; common makefile for everything.
  * debian/tests/common.m: New; common code for a tool/app.
  * debian/tests/Foo.h: New; common header for library & framework.
  * debian/tests/Foo.m: Likewise, common implementation for both.
  * debian/tests/manual.texi: New; test manual.
  * debian/tests/control (Tests): Add "build".
    (Restrictions): Set to "allow-stderr".
    (Depends): Add libgnustep-gui-dev, texinfo and texlive-latex-base.
  * debian/copyright: Update copyright years.

 -- Yavor Doganov <email address hidden>  Tue, 14 Feb 2023 13:05:41 +0200

Upload details

Uploaded by:
Debian GNUstep maintainers
Uploaded to:
Sid
Original maintainer:
Debian GNUstep maintainers
Architectures:
any all
Section:
gnustep
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe devel
Lunar release universe devel

Downloads

File Size SHA-256 Checksum
gnustep-make_2.9.1-2.dsc 2.6 KiB 220bba4bb438cbf84c9e1b7d0f66be08b6c5616cdefab9d2bcb2d0bd6874c830
gnustep-make_2.9.1.orig.tar.gz 606.5 KiB c3d6e70cf156b27e7d1ed2501c57df3f96e27488ce2f351b93e479c58c01eae7
gnustep-make_2.9.1.orig.tar.gz.asc 232 bytes ef9e1f5b9c00a7897ac814be76571b71830601784c7a2a5a1f57af6d192060e3
gnustep-make_2.9.1-2.debian.tar.xz 68.6 KiB 63c5462a81649745be759f6a10457d06c73fa6d7d49fe2bf1d8d439875777ad8

Available diffs

No changes file available.

Binary packages built by this source

gnustep-common: Common files for the core GNUstep environment

 This package contains the main GNUstep configuration file, common
 files, scripts and directory layout needed to run any GNUstep
 software.

gnustep-make: GNUstep build system

 This package contains the makefiles needed to compile any GNUstep
 software, and the GNUstep Test Framework used by GNUstep packages to
 build and run tests.

gnustep-make-doc: Documentation for GNUstep Make

 This package contains the GNUstep Make manual in Info, HTML and PDF
 format. Also included are several documents such as the GNUstep
 HOWTO, FAQ and explanation of the GNUstep filesystem which are useful
 to get familiar with the basic aspects of the GNUstep environment.