~ubuntu-branches/debian/sid/pbuilder/sid

« back to all changes in this revision

Viewing changes to testsuite/random-manual-test-material/buildarchpkg/buildarchpkg-0.1/debian/control

  • Committer: Package Import Robot
  • Author(s): Mattia Rizzolo, Mattia Rizzolo, Johannes Schauer, Andreas Henriksson, Axel Beckert, Frédéric Brière, Mert Dirik
  • Date: 2015-06-22 15:58:41 UTC
  • Revision ID: package-import@ubuntu.com-20150622155841-w84vrr7x2imk0blo
Tags: 0.215+nmu4
* Non-maintainer upload.

[ Mattia Rizzolo ]
* debian/source/format: 3.0 (native).
* Do real cleanup, don't hide temporary files under .gitignore, rather
  teach makefiles' clean targets how to deal with them properly.
* set the USER env variable to BUILDUSERNAME, to fix FTBFS of some package
  which check for not being run as root using that variable.
  Thanks to Tim Landscheidt <tim@tim-landscheidt.de> for the initial patch.
  Closes: #677666

[ Johannes Schauer ]
* move filter_arch_deps to pbuilder-satisfydepends-funcs and add tests
* build profile parsing support (Closes: #740577)

[ Andreas Henriksson ]
* Fix DEB_BUILD_PROFILES quoting.
  Thanks to Michael Stapelberg for spotting this
* Support build-profiles in classic satisfydeps
* Force dpkg-architecture to use arguments over env
* Fix up License paragraph in debian/copyright
  - fixes lintian warnings:
    missing-license-paragraph-in-dep5-copyright
    copyright-should-refer-to-common-license-file-for-gpl
* Install bash-completion under /usr/share/ instead of /etc
  - fixes lintian warning package-install-into-obsolete-dir
* Use dpkg-maintscript-helper rm_conffile to clean up
  old /etc/bash_completion.d/pbuilder
* Minor syntax updates to pbuilder bash-completion to make it
  function properly under its new location.
  - drop "have" check and add "&&" before complete.

[ Axel Beckert ]
* Use "none" instead of "/dev/pts" as device for the /dev/pts mount
  inside the chroot (Closes: #788580)

[ Frédéric Brière ]
* Mark pbuilder as "Multi-Arch: foreign" (Closes: #752545)

[ Mert Dirik ]
* Add Turkish debconf template translation (Closes: #757505)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Source: buildarchpkg
2
 
Section: unknown
3
 
Priority: extra
4
 
Maintainer: Junichi Uekawa <dancer@debian.org>
5
 
Build-Depends: debhelper (>= 5)
6
 
Build-Depends-Indep: ghostscript
7
 
Standards-Version: 3.7.2
8
 
 
9
 
Package: buildarchpkg
10
 
Architecture: any
11
 
Depends: ${shlibs:Depends}, ${misc:Depends}
12
 
Description: <insert up to 60 chars description>
13
 
 <insert long description, indented with spaces>
14
 
 
15
 
Package: buildindeppkg
16
 
Architecture: all
17
 
Depends: ${shlibs:Depends}, ${misc:Depends}
18
 
Description: <insert up to 60 chars description>
19
 
 <insert long description, indented with spaces>