summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lawrence <lawrencc@debian.org>2008-08-13 14:00:36 -0500
committerDidier Raboud <odyx@debian.org>2012-03-13 14:18:48 +0100
commit54c627764055bdc80887b9a427c9e447115c84f6 (patch)
treea17f486462b450aa2815135792e047c1cda958b9
parent7b950182bf9c1f39d3a4ae86e64ff2c3f81b8f8f (diff)
Imported Debian patch 0.8.9-2
-rw-r--r--debian/changelog6
-rw-r--r--debian/cjet.12
-rw-r--r--debian/control2
-rw-r--r--debian/copyright4
-rwxr-xr-xdebian/rules2
5 files changed, 11 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 4024092..29459e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cjet (0.8.9-2) unstable; urgency=low
+
+ * Rebuild package to update ElGamal signature. (Closes: #494854)
+
+ -- Chris Lawrence <lawrencc@debian.org> Wed, 13 Aug 2008 14:00:36 -0500
+
cjet (0.8.9-1) unstable; urgency=low
* Initial Release. (Closes: #199631)
diff --git a/debian/cjet.1 b/debian/cjet.1
index 4f6826b..981b0ab 100644
--- a/debian/cjet.1
+++ b/debian/cjet.1
@@ -2,7 +2,7 @@
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
-.TH CJET SECTION "July 2, 2003"
+.TH CJET 1 "July 2, 2003"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
diff --git a/debian/control b/debian/control
index 6e7aca5..5ce12da 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: text
Priority: extra
Maintainer: Chris Lawrence <lawrencc@debian.org>
Build-Depends: debhelper (>> 4.0.0)
-Standards-Version: 3.5.10
+Standards-Version: 3.8.0
Package: cjet
Architecture: any
diff --git a/debian/copyright b/debian/copyright
index 1dfa3b3..8df2922 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -20,8 +20,8 @@ Copyright:
You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA.
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ 02110-1301, USA.
On Debian systems, the complete text of the GNU General Public License
can be found in `/usr/share/common-licenses/GPL'.
diff --git a/debian/rules b/debian/rules
index b87ec1f..b1a1921 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,7 +44,7 @@ clean:
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
- -$(MAKE) clean
+ [ ! -f Makefile ] || $(MAKE) clean
dh_clean