[IMP] debian remove unused info
authorAntony Lesuisse <al@openerp.com>
Thu, 6 Oct 2011 00:18:10 +0000 (02:18 +0200)
committerAntony Lesuisse <al@openerp.com>
Thu, 6 Oct 2011 00:18:10 +0000 (02:18 +0200)
bzr revid: al@openerp.com-20111006001810-ew5fm6w2lsr790xy

debian/copyright
debian/openerp.postrm

index 3f50a3a..f681d54 100644 (file)
@@ -1,10 +1,10 @@
-Upstream-Contact: OpenERP <support@openerp.com>
+Upstream-Contact: OpenERP <info@openerp.com>
 Upstream-Homepage: http://www.openerp.com/
-Maintainer-Contact: Debian Open Object Maintainers <gnunet@lists.debian-maintainers.org>
+Maintainer-Contact: Debian OpenERP Maintainers <gnunet@lists.debian-maintainers.org>
 Maintainer-Homepage: http://open-object.debian-maintainers.org/
 
 Files: *
-Copyright: (C) 2004-2010 OpenERP SA. (www.openerp.com)
+Copyright: (C) 2004-2011 OpenERP SA. (www.openerp.com)
 License: GPL-3+
  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
@@ -205,21 +205,3 @@ License: other
  distribution of the software without specific, written prior
  permission.
 
-Files: debian/*
-Copyright: (C) 2005-2010 Daniel Baumann <daniel@debian.org>
-License: GPL-3+
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
- .
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- .
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
- .
- On Debian systems, the complete text of the GNU General Public License
- can be found in /usr/share/common-licenses/GPL-3 file.
index 0e5014d..55c28f0 100644 (file)
@@ -3,7 +3,7 @@
 set -e
 
 case "${1}" in
-       remove)
+    remove)
         deluser --quiet --system "openerp" || true
         delgroup --quiet --system --only-if-empty "openerp" || true
         ;;
@@ -15,10 +15,6 @@ case "${1}" in
     upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
         ;;
 
-    *)
-        echo "postrm called with unknown argument \`${1}'" >&2
-        exit 1
-        ;;
 esac
 
 #DEBHELPER#