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
|
$ cd /path/to
$ tree
.
├── debhello-0.1
│ └── debian
│ ├── README.Debian
│ ├── README.source
│ ├── changelog
│ ├── clean
│ ├── 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.emacsen-install.ex
│ ├── debhello.emacsen-remove.ex
│ ├── debhello.emacsen-startup.ex
│ ├── debhello.lintian-overrides.ex
│ ├── debhello.service.ex
│ ├── debhello.tmpfile.ex
│ ├── dirs
│ ├── gbp.conf
│ ├── install
│ ├── links
│ ├── maintscript.ex
│ ├── manpage.1.ex
│ ├── manpage.asciidoc.ex
│ ├── manpage.md.ex
│ ├── manpage.sgml.ex
│ ├── manpage.xml.ex
│ ├── patches
│ │ └── series
│ ├── postinst.ex
│ ├── postrm.ex
│ ├── preinst.ex
│ ├── prerm.ex
│ ├── rules
│ ├── salsa-ci.yml
│ ├── source
│ │ ├── format
│ │ ├── lintian-overrides.ex
│ │ ├── local-options.ex
│ │ ├── local-patch-header.ex
│ │ ├── options.ex
│ │ └── patch-header.ex
│ ├── tests
│ │ └── control
│ ├── upstream
│ │ └── metadata
│ └── watch
├── debhello-0.1.tar.xz
└── debhello_0.1.orig.tar.xz -> debhello-0.1.tar.xz
7 directories, 50 files
|