~ubuntu-branches/ubuntu/vivid/dpkg/vivid

« back to all changes in this revision

Viewing changes to scripts/t/Dpkg_Control/control-1

  • Committer: Package Import Robot
  • Author(s): Adam Conrad
  • Date: 2014-04-21 18:14:10 UTC
  • mfrom: (1.6.8 sid)
  • Revision ID: package-import@ubuntu.com-20140421181410-94kvb2zodjd2og32
Tags: 1.17.7ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - Allow -fstack-protector on arm64 now that GCC and glibc support it.
  - Change native source version/format mismatch errors into warnings
    until the dust settles on Debian bug 737634 about override options.
  - Add DPKG_UNTRANSLATED_MESSAGES environment check so that higher-level
    tools can get untranslated dpkg terminal log messages while at the
    same time having translated debconf prompts.
  - Special-case arm{el,hf} ELF objects in Shlibs/Objdump.pm for multilib.
  - Map unqualified package names of multiarch-same packages to the native
    arch instead of throwing an error, so that we don't break on upgrade
    when there are unqualified names stored in the dpkg trigger database.
  - Add logic to the postinst to `dpkg --add-architecture i386' on new
    installs on amd64, mimicking our previous behaviour with the conffile.
  - Apply a workaround from mvo to consider RC packages as multiarch,
    during the dpkg consistency checks. (see LP: 1015567 and 1057367).
* Drop obsolete migration code and guards from pre-trusty dpkg versions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: mysource
 
2
# This is a comment
 
3
my-field-one: myvalue1
 
4
my-field-two: myvalue2
 
5
long-field: line1
 
6
 line 2 line 2 line 2    
 
7
 .
 
8
   line 3 line 3 line 3
 
9
 ..
 
10
 line 4
 
11
empty-field: 
 
12
     
 
13
# First package
 
14
Package: mypackage1
 
15
Architecture: any
 
16
Depends: libc6
 
17
 
 
18
# Second package
 
19
Package: mypackage2
 
20
Architecture: all
 
21
Depends: hello
 
22
 
 
23
Package: mypackage3
 
24
Architecture: all
 
25
Depends:hello
 
26
Description:   short one
 
27
 long one
 
28
 very long one