1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
$ cd ..
$ tree
.
├── debhello-0.1
│ └── debian
│ ├── README.Debian
│ ├── changelog
│ ├── clean
│ ├── compat.ex
│ ├── control
│ ├── copyright
│ ├── debhello.bug-control.ex
│ ├── debhello.bug-presubj.ex
│ ├── debhello.bug-script.ex
│ ├── debhello.conffiles.ex
│ ├── debhello.cron.d.ex
│ ├── debhello.cron.daily.ex
│ ├── debhello.cron.hourly.ex
│ ├── debhello.cron.monthly.ex
│ ├── debhello.cron.weekly.ex
│ ├── debhello.default.ex
│ ├── debhello.dirs.ex
│ ├── debhello.emacsen-install.ex
│ ├── debhello.emacsen-remove.ex
│ ├── debhello.emacsen-startup.ex
│ ├── debhello.init.ex
│ ├── debhello.lintian-overrides.ex
│ ├── debhello.service.ex
│ ├── debhello.tmpfile.ex
│ ├── debhello.upstart.ex
│ ├── install
│ ├── license-examples
│ │ ├── Apache-2.0
│ │ ├── Artistic-1.0
│ │ ├── BSD-3-Clause
│ │ ├── Expat
│ │ ├── GPL-2.0+
│ │ ├── GPL-3.0+
│ │ ├── LGPL-2.1+
│ │ └── LGPL-3.0+
│ ├── links
│ ├── manpage.1.ex
│ ├── manpage.asciidoc.ex
│ ├── manpage.sgml.ex
│ ├── manpage.xml.ex
│ ├── patches
│ │ └── series
│ ├── postinst
│ ├── postrm
│ ├── preinst
│ ├── prerm
│ ├── rules
│ ├── source
│ │ ├── control
│ │ ├── format
│ │ ├── local-options
│ │ ├── options
│ │ └── patch-header
│ ├── source.lintian-overrides.ex
│ ├── tests
│ │ └── control
│ ├── upstream
│ │ └── metadata
│ └── watch
├── debhello-0.1.tar.gz
└── debhello_0.1.orig.tar.gz -> debhello-0.1.tar.gz
7 directories, 56 files
|