Skip to content
Snippets Groups Projects
Select Git revision
  • 6e6867093de35141f0a76b66ac13f9f2e2c8e77a
  • vme-testing default
  • ci-test
  • master
  • remoteproc
  • am625-sk-ov5640
  • pcal6534-upstreaming
  • lps22df-upstreaming
  • msc-upstreaming
  • imx8mp
  • iio/noa1305
  • vme-next
  • vme-next-4.14-rc4
  • v4.14-rc4
  • v4.14-rc3
  • v4.14-rc2
  • v4.14-rc1
  • v4.13
  • vme-next-4.13-rc7
  • v4.13-rc7
  • v4.13-rc6
  • v4.13-rc5
  • v4.13-rc4
  • v4.13-rc3
  • v4.13-rc2
  • v4.13-rc1
  • v4.12
  • v4.12-rc7
  • v4.12-rc6
  • v4.12-rc5
  • v4.12-rc4
  • v4.12-rc3
32 results

init.c

Blame
  • control 839 B
    Source: hello
    Section: devel
    Priority: optional
    Maintainer: Santiago Vila <sanvila@debian.org>
    Standards-Version: 4.3.0
    Build-Depends: debhelper-compat (= 9)
    Homepage: http://www.gnu.org/software/hello/
    Rules-Requires-Root: no
    
    Package: hello
    Architecture: any
    Depends: ${shlibs:Depends}, ${misc:Depends}
    Conflicts: hello-traditional
    Replaces: hello-traditional, hello-debhelper (<< 2.9)
    Breaks: hello-debhelper (<< 2.9)
    Description: example package based on GNU hello
     The GNU hello program produces a familiar, friendly greeting.  It
     allows non-programmers to use a classic computer science tool which
     would otherwise be unavailable to them.
     .
     Seriously, though: this is an example of how to do a Debian package.
     It is the Debian version of the GNU Project's `hello world' program
     (which is itself an example for the GNU Project).