#729521 git-buildpackage: Allow builds keeping upstream source as a submodule

#729521#5
Date:
2013-11-13 18:31:11 UTC
From:
To:
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.