diff options
| author | Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com> | 2016-05-26 17:11:03 +0100 | 
|---|---|---|
| committer | Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com> | 2016-05-26 17:11:03 +0100 | 
| commit | d97e89fc60d5a8f07320f584722b86579551c6f4 (patch) | |
| tree | ba253342e0d949a402746b29ea746f3b993e7d19 | |
| parent | d08a9a27a03e741edf644d17ce8a1f35cd4d545d (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 6e19693d..72d5389c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libunistring (0.9.6-1.1) UNRELEASED; urgency=medium    * Non-maintainer upload.    * New upstream release.  (Closes: #804064)    * debian/patches: refresh for new upstream version +  * debian/copyright: fix typo in path   -- Manuel A. Fernandez Montecelo <mafm@debian.org>  Thu, 26 May 2016 16:42:36 +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+  | 
