diff options
| author | Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com> | 2016-05-27 14:39:25 +0100 | 
|---|---|---|
| committer | Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com> | 2016-05-27 14:39:25 +0100 | 
| commit | c1c3e672f8577f6773219d888c3e2b279b4af876 (patch) | |
| tree | 8830dfcd8c243b448a4aac7db9cd40895d792619 | |
| parent | ac59e3d79f91db1765722dae868680872df26e3c (diff) | |
debian/copyright: fix typo in path
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/copyright | 2 | 
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 7f7fcda1..790aa717 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libunistring (0.9.6+really0.9.6-0.1) UNRELEASED; urgency=medium    * Non-maintainer upload.    * New upstream release.  (Closes: #804064) +  * debian/copyright: fix typo in path   -- Manuel A. Fernandez Montecelo <mafm@debian.org>  Fri, 27 May 2016 14:36:11 +0100 diff --git a/debian/copyright b/debian/copyright index 276411ad..8ca9a378 100644 --- a/debian/copyright +++ b/debian/copyright @@ -11,7 +11,7 @@ Files: doc/*  Copyright: 2001-2009, Free Software Foundation, Inc.  License: GPL-3+ or GFDL-1.2+ -Files: test/* woe32dll/* autogen.sh +Files: tests/* woe32dll/* autogen.sh  Copyright: 1990-2009, Free Software Foundation, Inc.  License: GPL-3+  | 
