diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index b1025c5..a59ca10 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ mozilla-devscripts (0.26) UNRELEASED; urgency=low * Bump Standards-Version to 3.9.2 (no changes required). * Drop DM-Upload-Allowed field. * Add setup.py to install moz_version.py. + * Update package description. -- Benjamin Drung <bdrung@debian.org> Wed, 15 Jun 2011 23:39:23 +0200 diff --git a/debian/control b/debian/control index b44219f..b8ae1bd 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,7 @@ Depends: dpkg-dev, ${perl:Depends}, ${python:Depends} Suggests: cvs, git, mercurial -Description: Collection of dev scripts used by Ubuntu Mozilla packages +Description: Collection of development scripts used by Mozilla packages This package contains mozilla-devscripts, a collection of scripts based on Makefile inheritance which provides targets usable by Mozilla - packages in Ubuntu and Debian. + packages in Debian and Ubuntu. |