Your message dated Tue, 17 May 2016 16:19:11 +0000
with message-id <[email protected]>
and subject line Bug#824087: fixed in cdbs 0.4.133
has caused the Debian Bug report #824087,
regarding strange output after update to 0.4.131
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
824087: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824087
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cdbs
Version: 0.4.131
Severity: normal

After the update to 0.4.131, I'm seeing weird output from cdbs when
building (GNOME) packages. Notice the odd line breaks and "\":



make[1]: Verzeichnis „/home/michael/debian/build-area/gnome-font-viewer-3.20.2“ 
wird verlassen
touch debian/stamp-makefile-install
Adding cdbs dependencies to debian/gnome-font-viewer.substvars
dh_installdirs -pgnome-font-viewer \
        
dh_installdocs -pgnome-font-viewer \
        ./NEWS 
dh_installexamples -pgnome-font-viewer \
        
dh_installman -pgnome-font-viewer \
        
dh_installinfo -pgnome-font-viewer \
        
dh_installmenu -pgnome-font-viewer \
        
dh_installcron -pgnome-font-viewer \
        
dh_systemd_enable -pgnome-font-viewer 
dh_installinit -pgnome-font-viewer \
         \
                
dh_installdebconf -pgnome-font-viewer \
        
dh_installemacsen -pgnome-font-viewer \
         \
         \
        
dh_installcatalogs -pgnome-font-viewer \
        
dh_installpam -pgnome-font-viewer \
        
dh_installlogrotate -pgnome-font-viewer \
        
dh_installlogcheck -pgnome-font-viewer \
        
dh_installchangelogs -pgnome-font-viewer \
         \
        
dh_installudev -pgnome-font-viewer 
dh_lintian -pgnome-font-viewer 
dh_bugfiles -pgnome-font-viewer 
dh_install -pgnome-font-viewer \
         \
        
dh_systemd_start -pgnome-font-viewer 
dh_link -pgnome-font-viewer \
         \
        
dh_installmime -pgnome-font-viewer \
        
dh_installgsettings -pgnome-font-viewer 
dh_gconf -pgnome-font-viewer 
dh_icons -pgnome-font-viewer 
echo gnome:Version=3.20 >> debian/gnome-font-viewer.substvars
echo gnome:NextVersion=3.21 >> debian/gnome-font-viewer.substvars
dh_strip -pgnome-font-viewer  
dh_strip_nondeterminism -pgnome-font-viewer 
dh_compress -pgnome-font-viewer \
         \
        
dh_fixperms -pgnome-font-viewer \
         \
        
dh_makeshlibs -pgnome-font-viewer  
dh_installdeb -pgnome-font-viewer \
        
dh_perl -pgnome-font-viewer \
        



-- System Information:
Debian Release: stretch/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.5.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

cdbs depends on no packages.

Versions of packages cdbs recommends:
ii  autotools-dev  20160430.1

Versions of packages cdbs suggests:
ii  devscripts  2.16.4

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: cdbs
Source-Version: 0.4.133

We believe that the bug you reported is fixed in the latest version of
cdbs, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonas Smedegaard <[email protected]> (supplier of updated cdbs package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 17 May 2016 15:51:30 +0200
Source: cdbs
Binary: cdbs
Architecture: source all
Version: 0.4.133
Distribution: unstable
Urgency: medium
Maintainer: CDBS Hackers <[email protected]>
Changed-By: Jonas Smedegaard <[email protected]>
Description:
 cdbs       - common build system for Debian packages
Closes: 712729 824087
Changes:
 cdbs (0.4.133) unstable; urgency=medium
 .
   * Update copyright info:
     + Fix add a missing trailing colon.
     + Extend copyright for main author to cover recent years.
     + Fix add missed copyright holder.
   * Misc. code cleanup.
     + Fix add delimiting commas to resolved build-dependencies.
     + Use make instead of shell at more places.
     + Drop variables:
       cdbs_autotools_invoke
       deb_*flags (CDBS-labelled compiler flags)
       DEB_COPYRIGHT_CHECK_ARGS
       DEB_COPYRIGHT_CHECK_INVOKE
       DEB_COPYRIGHT_CHECK_PARSELINES
       DEB_COPYRIGHT_CHECK_REGEX
       DEB_COPYRIGHT_CHECK_SCRIPT
       DEB_COPYRIGHT_EXTRACT_SUFFIX
       DEB_UPSTREAM_CRUFT_BACKUPDIR
       DEB_WARNING_FLAGS
     + Deprecate variable DEB_COPYRIGHT_CHECK_IGNORE_REGEX.
     + Introduce new variables:
       newline
       DEB_AUTOCONF_ARGS DEB_AUTOPOINT_ARGS
       DEB_AUTOHEADER_ARGS
       DEB_AUTO_UPDATE_AUTOPOINT
     + Fix expansion variables cdbs_expand_nondefaultvar
       cdbs_set_nondefaultvars.
     + Fix and simplify compiler flags.
       Closes: Bug#712729. Thanks to Felipe Sateler.
     + Drop hack in buildvars.mk unneeded since debhelper 5.0.30.
     + Drop target fail-source-not-repackaged.
     + Have license-miner support environment variable
       LICENSE_MINER_SUFFIX.
     + Have licensecheck2dep5 support commandline options.
     + Fix count copryright-check newhints (not hints).
     + Fix copyright-check regex handling (broken since 0.4.131).
     + Tidy output.
       Closes: Bug#824087. Thanks to Michael Biebl.
   * Drop support for bogus DEB_BUILD_OPTIONS debug option.
     Thanks to Ben Hutchings.
   * Add all-clean test to testsuite.
   * Update autotools (with autoreconf -f -i).
Checksums-Sha1:
 ad1debbeb93f1ace06c84d46de38dc0f3af8e7c8 1845 cdbs_0.4.133.dsc
 2e7906c29b2c3e2015dad32b6ce7056f992a8390 186276 cdbs_0.4.133.tar.xz
 9f88a30748f878b8f635027d58dbfff6b29be7ee 79446 cdbs_0.4.133_all.deb
Checksums-Sha256:
 a841a48a3a50dfa34b5cf4dc325679a9ac1a35368cc572d73505da7341a27808 1845 
cdbs_0.4.133.dsc
 a47863a175e92f9a345b1628197711906ad826ee71fbf5ba063930ad6f5b72f2 186276 
cdbs_0.4.133.tar.xz
 a012ead8d50081e1ddb8b578313201b0e69753c5af02ad45fc64f5d75e28a086 79446 
cdbs_0.4.133_all.deb
Files:
 8c2142dd48d890fe010f37fa47e28f00 1845 devel optional cdbs_0.4.133.dsc
 88b9a187b98291bbcac19475642e2b6b 186276 devel optional cdbs_0.4.133.tar.xz
 6ea3728265275fb7e6ed6056da63e422 79446 devel optional cdbs_0.4.133_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJXOyUmAAoJECx8MUbBoAEhnl4P/io1hnMY0hbaVEQ3A/sw8UhF
bbEWhIhBL7WAnBWEYOJSDl5iTRLZ2lgK7pC0TUbWOP6pTZb+Jk+hcLXuO7GF11cU
spdJsxqta+GQgbmpCJLNSiUj5rx84ZK23aoYmHCxhKBieRhfse1zqd2inKd8M6Fr
sSOGCw+yJlNy4mfmzk5XoSpk7PwQRaB2xfUuRchK8KR1iFANZ5WjPqZqyuXcrxWg
Ozg/C7L/cBkm/WTtyEYf+KT9WuiPs190QnJWXg+MR5i83h7StsDH77Uwh2b+KVEV
IvWCFdN/5+yQwa3n/RdMlskbHTbJwxZ7z7HuL3xnpJgoBj/utJ+D9bpbKkRANAea
9y+HBQIeLCjMmpi95oeNOjHGzFE415AbGACvoQrLJWd8kbl/OADxKdfCp0CNI1Sx
lCBNO9ZkUI5UJEJw7YrAQyJIoy94HiqoX/OwkU53NIS7TNkScKqV5BrxsFARwkQv
rlzgw8P5TLqYlmTMID7nR8gTLhfJtr5pM4ua6d7zwHRaUhgH1NY7029nVoHDHBbD
tMk7c5hcwvnkfgyYVmCmGwHERmbz4sVPyfmwlf8Wzautd8DRGWFZUvHbukXjFL2l
micu+3FrHIvxUwjYlY3rw83aTZxzqDYVHz8X4NJQ1eddPZPpgEZmE33UcN+QnvAE
u4cHbHhZZ7NIQTnCSB/z
=FGW7
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to