Change UpstreamSource to have PkgPolicy
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Mon, 9 Jul 2012 12:17:24 +0000 (15:17 +0300)
committerGuido Günther <agx@sigxcpu.org>
Thu, 24 Jul 2014 18:06:40 +0000 (20:06 +0200)
commitdbfc6276c4aa50b79f1cf27cfc24badc0b18da8f
tree60930339ad301b41ac793237ff347ea95b45b267
parente374ee5a2381ba30056c1fa33bdb515d99ec704e
Change UpstreamSource to have PkgPolicy

The UpstreamSource class now gets a PkgPolicy in it's initialization.
Also, introduces new DebiaUpstreamSource class which is taken in use in
the scripts.

The PkgPolicy is not yet used for anything in UpstreamSource.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
gbp/deb/dscfile.py
gbp/deb/upstreamsource.py [new file with mode: 0644]
gbp/pkg/__init__.py
gbp/scripts/buildpackage.py
gbp/scripts/common/import_orig.py
gbp/scripts/import_dsc.py
gbp/scripts/import_orig.py