From f375d1fc3a6616e95ae88bb33493bb99f920ba13 Mon Sep 17 00:00:00 2001
From: Kevin Rosenberg <kevin@rosenberg.net>
Date: Mon, 3 Aug 2009 10:32:03 -0600
Subject: [PATCH] add vcs-browser field to control

---
 debian/changelog | 5 +++--
 debian/control   | 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 927147a..7005d25 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 cl-base64 (3.3.3-2) unstable; urgency=low
 
-  * Convert to dh-lisp
+  * Convert installation to dh-lisp
+  * control: Add Vcs-Browser field
 
- -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 03 Aug 2009 10:21:24 -0600
+ -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 03 Aug 2009 10:31:33 -0600
 
 cl-base64 (3.3.3-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 318dc71..5fdd6e3 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,9 @@ Maintainer: Kevin M. Rosenberg <kmr@debian.org>
 Build-Depends-Indep: dh-lisp
 Build-Depends: debhelper (>= 7.0.0)
 Standards-Version: 3.8.2.0
-Vcs-Git: git://git.b9.com/cl-base64.git
 Homepage: http://files.b9.com/cl-base64/
+Vcs-Git: git://git.b9.com/cl-base64.git
+Vcs-Browser: http://git.b9.com/?p=cl-base64.git
 
 Package: cl-base64
 Architecture: all
-- 
GitLab