Hello Chris,
I have created Debian packages for my Squeeze AMD64 installation. I havn't used your script, I did it in a different way:
- download your packages from mentors.debian.org to a local directory
- unpack it with
- Code: Select all
dpkg-source -x something.dsc
- change into the newly created source directory
- modify the file debian/changelog to a version 0.1 to allow for a smooth upgrade in case your original packages move into official Debian repositories. I also changed the maintainer to allow for signing with my gpg-key.
- create new Debian packages with
- Code: Select all
dpkg-buildpackage
This created all relevant packages for a Debian repository. - finally I have created a local repository with reprepro, that contains all locally created Debian packages.
What I recognized is, that all packages are specified for
unstable, only flightgear itself was specified for
experimental. So, to have all packages in one distribution I changed the specification for flightgear also to unstable.
One package is missing: it is the aircraft
Sopwith Camel. Maybe you can also upload that sources to mentors.debian.org
Overall I would say: perfect work from you.
regards
nike