- Package:
- git-buildpackage
- Source:
- git-buildpackage
- Submitter:
- Carl Fürstenberg
- Date:
- 2013-11-13 18:51:05 UTC
- Severity:
- wishlist
Some people really want to have thew upstream source as a submodule in
the root of the "debianized" tree, i.e.
.
├── debian
│ ├── changelog
│ ├── compat
│ ├── control
│ ├── copyright
│ ├── dirs
│ ├── install
│ └── rules
└── upstream (submodule)
├── README
├── Makefile
└── ...
At the moment, I assume this is practically impossible.