Package: dput-ng
Version: 1.5ubuntu1
Followup-For: Bug #714103
Dear Maintainer,
Please find attached a patch which adds appropriate codenames and profile
configuration
for Ubuntu.
I also had to update the target for the test package as the test profile uses
the ubuntu
meta
Cheers
James
-- System Information:
Debian Release: wheezy/sid
APT prefers saucy-updates
APT policy: (500, 'saucy-updates'), (500, 'saucy-security'), (500, 'saucy'),
(100, 'saucy-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.10.0-6-generic (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages dput-ng depends on:
ii python 2.7.5-1ubuntu1
ii python-dput 1.5ubuntu1
Versions of packages dput-ng recommends:
ii bash-completion 1:2.0-1ubuntu3
dput-ng suggests no packages.
-- no debconf information
diff -Nru dput-ng-1.5/skel/codenames/ubuntu.json dput-ng-1.5ubuntu1/skel/codenames/ubuntu.json
--- dput-ng-1.5/skel/codenames/ubuntu.json 1970-01-01 01:00:00.000000000 +0100
+++ dput-ng-1.5ubuntu1/skel/codenames/ubuntu.json 2013-07-23 15:47:57.000000000 +0100
@@ -0,0 +1,30 @@
+{
+ "release": [
+ "lucid",
+ "precise",
+ "quantal",
+ "raring",
+ "saucy"
+ ],
+ "proposed": [
+ "lucid-proposed",
+ "precise-proposed",
+ "quantal-proposed",
+ "raring-proposed",
+ "saucy-proposed"
+ ],
+ "security": [
+ "lucid-security",
+ "precise-security",
+ "quantal-security",
+ "raring-security",
+ "saucy-security"
+ ],
+ "backports": [
+ "lucid-backports",
+ "precise-backports",
+ "quantal-backports",
+ "raring-backports",
+ "saucy-backports"
+ ]
+}
diff -Nru dput-ng-1.5/skel/metas/ubuntu.json dput-ng-1.5ubuntu1/skel/metas/ubuntu.json
--- dput-ng-1.5/skel/metas/ubuntu.json 2013-06-21 01:36:11.000000000 +0100
+++ dput-ng-1.5ubuntu1/skel/metas/ubuntu.json 2013-07-23 15:48:54.000000000 +0100
@@ -11,5 +11,11 @@
"check-debs",
"gpg"
],
- "valid_commands": []
+ "valid_commands": [],
+ "codenames": "ubuntu",
+ "allowed-distribution": {
+ "codename-groups": [
+ "release", "proposed", "backports", "security"
+ ]
+ }
}
diff -Nru dput-ng-1.5/tests/fake_package/fake-package-1.0/debian/changelog dput-ng-1.5ubuntu1/tests/fake_package/fake-package-1.0/debian/changelog
--- dput-ng-1.5/tests/fake_package/fake-package-1.0/debian/changelog 2013-03-02 15:20:00.000000000 +0000
+++ dput-ng-1.5ubuntu1/tests/fake_package/fake-package-1.0/debian/changelog 2013-08-07 10:16:27.000000000 +0100
@@ -1,4 +1,4 @@
-fnord (1.0) experimental; urgency=low
+fnord (1.0) precise; urgency=low
* Initial release (Closes: #691624)