From 5aa4b11ef260fe1705d4a49aa483c98b6a91cce3 Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Fri, 16 Mar 2012 11:46:19 +1100 Subject: [PATCH] Add a new changelog entry; update the copyright year as appropriate --- debian/changelog | 7 +++++++ debian/copyright | 4 ++-- debian/rules | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index c3b9341..a45e8c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +trader (7.3-1) unstable; urgency=low + + * New upstream release: Russian translation added, bugs in handling + internationalisation strings fixed. + + -- John Zaitseff Fri, 16 Mar 2012 11:42:30 +1100 + trader (7.2-1) unstable; urgency=low * New upstream release: Star Traders has been internationalised and now diff --git a/debian/copyright b/debian/copyright index 61c6986..190eaf4 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,7 +5,7 @@ also wrote the original package. It was downloaded from: Copyright: - Copyright (C) 1990-2011, John Zaitseff. + Copyright (C) 1990-2012, John Zaitseff. License: @@ -21,7 +21,7 @@ License: Debian packaging: - Copyright (C) 2011, John Zaitseff. + Copyright (C) 2011-12, John Zaitseff. The Debian packaging is licensed under the GNU General Public License, version 3 or later, as referenced in /usr/share/common-licenses/GPL-3. diff --git a/debian/rules b/debian/rules index 1514ce1..2304bb8 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f # debian/rules: Create the Debian package for Star Traders -# Copyright (C) 2011, John Zaitseff +# Copyright (C) 2011-12, John Zaitseff # Uncomment the following line for verbose Debhelper mode