[Pkg-voip-commits] [dahdi-firmware] 17/71: * Purge downloaded files * Fix copyright statement. * Bump standard version (no change needed).

tzafrir at debian.org tzafrir at debian.org
Thu Mar 31 20:24:15 UTC 2016


This is an automated email from the git hooks/post-receive script.

tzafrir pushed a commit to branch master
in repository dahdi-firmware.

commit 74ed62017d988ae8d1ef8054557fe177c7477af1
Author: Tzafrir Cohen <tzafrir at debian.org>
Date:   Fri Dec 18 23:34:57 2009 +0000

    * Purge downloaded files
    * Fix copyright statement.
    * Bump standard version (no change needed).
    
    
    git-svn-id: svn://anonscm.alioth.debian.org/svn/pkg-voip/dahdi-firmware/trunk@7898 5e74be4b-f5d6-0310-a852-e9e23c5afa6a
---
 debian/changelog |  4 ++--
 debian/control   |  2 +-
 debian/copyright |  7 +++----
 debian/postrm    | 42 ++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 48 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index aa3f63e..15bed32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dahdi-firmware (1:2.2.0.2-1) UNRELEASED; urgency=low
+dahdi-firmware (1:2.2.1~rc2-1) UNRELEASED; urgency=low
 
   [ Tzafrir Cohen ]
   * Initial release (Closes: #524119).
@@ -6,4 +6,4 @@ dahdi-firmware (1:2.2.0.2-1) UNRELEASED; urgency=low
   [ Victor Seva ]
   * Fix debian/watch
 
- -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Thu, 20 Nov 2008 12:01:53 +0200
+ -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Sat, 19 Dec 2009 01:04:23 +0200
diff --git a/debian/control b/debian/control
index 2542bf4..b0bb8fe 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
 Build-Depends: debhelper, cdbs
-Standards-Version: 3.8.1
+Standards-Version: 3.8.3
 Homepage: http://www.asterisk.org/
 Vcs-Svn: svn://svn.debian.org/pkg-voip/dahdi-firmware/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-voip/dahdi-firmware/
diff --git a/debian/copyright b/debian/copyright
index 4391299..ff218b0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -11,7 +11,7 @@ drivers/dahdi/xpp/firmwares/LICENSE.firmware:
 
 The firmware files (*.hex) in this directory are software for the 
 Astribank itself and not intended to run on the Linux system itself. 
-They are generally freely distriributable (see exact terms below).
+They are freely distriributable (see exact terms below).
 
 /****************************************************************************/
 /*  Copyright (c) 2004-2006 Xorcom Inc. All Rights Reserved.                */
@@ -47,9 +47,8 @@ They are generally freely distriributable (see exact terms below).
 /****************************************************************************/
 
 
-TODO: include drivers/dahdi/firmware/Makefile ,
-drivers/dahdi/firmware/make_firmware_object.in
-
+drivers/dahdi/firmware/Makefile is, as most other parts of DAHDI, 
+is license under the terms of GPLv2 .
 
 I will not include here a complete review of the package. See the
 package dahdi-linux that uses the same source tarball (except those
diff --git a/debian/postrm b/debian/postrm
new file mode 100755
index 0000000..f5fd02c
--- /dev/null
+++ b/debian/postrm
@@ -0,0 +1,42 @@
+#!/bin/sh
+# postrm script for #PACKAGE#
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+#        * <postrm> `remove'
+#        * <postrm> `purge'
+#        * <old-postrm> `upgrade' <new-version>
+#        * <new-postrm> `failed-upgrade' <old-version>
+#        * <new-postrm> `abort-install'
+#        * <new-postrm> `abort-install' <old-version>
+#        * <new-postrm> `abort-upgrade' <old-version>
+#        * <disappearer's-postrm> `disappear' <overwriter>
+#          <overwriter-version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+
+case "$1" in
+    purge)
+    	rm -f /var/lib/dahdi/digium-firm/dahdi-*
+	;;
+    remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
+    ;;
+
+    *)
+        echo "postrm called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
+
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/dahdi-firmware.git



More information about the Pkg-voip-commits mailing list