Custom Query (1145 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (202 - 204 of 1145)

Ticket Resolution Summary Owner Reporter
#958 fixed config-package-dev needs to use `LC_ALL=C dpkg-divert --list` andersk

Reported by andersk, 13 years ago.

Description

Otherwise dpkg-divert --list might write its output in a different language. :-(

See  DebianBug:592081 for the same problem in debsums.

#383 fixed config-package-dev quoting bug fails to disallow transformation of generated conffiles andersk

Reported by andersk, 15 years ago.

Description

Our original intention with the config-package-dev API was to disallow transformation of a generated conffiles, because there is no md5sum with which to check that the file is unmodified in the current build environment. Instead, one should transform the source of the generated conffile, e.g. /usr/share/kerberos-configs/krb.conf.template instead of /etc/krb.conf.debathena, as I think we do with all the current Debathena packages.

However, a quoting bug in check-files.mk causes this test to never trip:

$(call debian_check_files_tmp,%): package = $(shell dpkg -S $(name) | grep -v "^diversion by" | cut -f1 -d:)
$(call debian_check_files_tmp,%): $(truename)
	[ -n $(package) ]
	…

since both [ -n ] and [ -n foo ] return true.

Apparently XVM is a consumer of this API bug (/etc/postgresql/8.3/main/postgresql.conf in invirt-database), although that could easily be fixed.

#1358 fixed config-package-dev should not hardcode dpkg-divert path jdreed

Reported by jdreed, 11 years ago.

Description

Per  709009. It only does this in the CPD code, in check-files.mk

Note: See TracQuery for help on using queries.