tags 564059 + patch
thanks
Hi,
Attached is the diff for my an 0.95-3.2 NMU uploaded to DELAYED/7.
I also took the liberty to fix some minor lintian issues.
Best Regards,
Alexander
diff -Nru an-0.95/debian/changelog an-0.95/debian/changelog
--- an-0.95/debian/changelog 2010-01-20 11:35:43.000000000 +0100
+++ an-0.95/debian/changelog 2010-01-20 11:35:43.000000000 +0100
@@ -1,3 +1,15 @@
+an (0.95-3.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Urgency medium caused by RC bug fix
+ * Recommend wbritish instead of wenglish (Closes: #564059)
+ * Fix some minor lintian warnings:
+ - Add ${misc:Depends} to depends
+ - Don't ignore errors in make clean
+ - Fix FSF address
+
+ -- Alexander Reichle-Schmehl <[email protected]> Wed, 20 Jan 2010 11:04:38 +0100
+
an (0.95-3.1) unstable; urgency=low
* Non-maintainer upload to delayed
diff -Nru an-0.95/debian/control an-0.95/debian/control
--- an-0.95/debian/control 2010-01-20 11:35:43.000000000 +0100
+++ an-0.95/debian/control 2010-01-20 11:35:43.000000000 +0100
@@ -7,8 +7,8 @@
Package: an
Architecture: any
-Depends: ${shlibs:Depends}
-Recommends: wenglish|wordlist
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: wbritish|wordlist
Description: very fast anagram generator
Generates anagrams for a phrase supplied by the user, the words used in the
anagram are taken from a specified dictionary which should contain one word
diff -Nru an-0.95/debian/copyright an-0.95/debian/copyright
--- an-0.95/debian/copyright 2010-01-20 11:35:43.000000000 +0100
+++ an-0.95/debian/copyright 2010-01-20 11:35:43.000000000 +0100
@@ -26,6 +26,7 @@
You should have received a copy of the GNU General Public License with
the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL;
- if not, write to the Free Software Foundation, Inc., 59 Temple Place,
- Suite 330, Boston, MA 02111-1307 USA
+ if not, write to the Free Software Foundation, Inc., 51 Franklin St,
+ Fifth Floor, Boston, MA 02110-1301, USA.
+
diff -Nru an-0.95/debian/rules an-0.95/debian/rules
--- an-0.95/debian/rules 2010-01-20 11:35:43.000000000 +0100
+++ an-0.95/debian/rules 2010-01-20 11:35:43.000000000 +0100
@@ -47,7 +47,7 @@
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
- -$(MAKE) clean
+ [ ! -f Makefile ] || $(MAKE) clean
dh_clean