diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2009-10-23 08:41:07 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2009-10-23 08:41:30 +0200 |
commit | 0ecc0b1df4032632f56b5257f79ccf890927c9aa (patch) | |
tree | 2a7bd2b12e25ea0bac3a0db2291a5e629b0578b0 | |
parent | 01e3bc1257599baaa3d81d197b5a7e378dc70de3 (diff) |
Fix stupid typo in watch file
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/watch | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 1f16bd5..0cb8d5f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lfhex (0.42-3) unstable; urgency=low + + * Fix stoopid^Wstupid typo in watch file (really closes: #551418). + + -- Tobias Klauser <tklauser@distanz.ch> Fri, 23 Oct 2009 08:28:22 +0200 + lfhex (0.42-2) unstable; urgency=low * Update watch file so it no longer produces a 404 errror (closes: #551418). diff --git a/debian/watch b/debian/watch index b58cc36..8ca047e 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 -http://stoppidsimple.com/lfhex \ +http://stoopidsimple.com/lfhex \ http://stoopidsimple\.com/files/lfhex-(.+)\.tar\.gz |