summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--debian/control4
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index cd6bfc4..92746ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cscope (15.7a-4) unstable; urgency=low
+
+ * Update Standards-Version to 3.8.4.
+ * Use git:// URI in Vcs-Git control field.
+
+ -- Tobias Klauser <tklauser@distanz.ch> Mon, 01 Feb 2010 13:40:31 +0100
+
cscope (15.7a-3.1) unstable; urgency=low
[ Jari Aalto ]
diff --git a/debian/control b/debian/control
index e07fb22..37dc7b6 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Tobias Klauser <tklauser@distanz.ch>
Build-Depends: debhelper (>= 7.1), autotools-dev, bison, flex, libncurses5-dev
Standards-Version: 3.8.4
Homepage: http://cscope.sourceforge.net
-Vcs-Git: http://git.distanz.ch/scm/debian/pkg-cscope.git
+Vcs-Git: git://git.distanz.ch/debian/pkg-cscope.git
Vcs-Browser: http://git.distanz.ch/?p=debian/pkg-cscope.git
Package: cscope
@@ -40,4 +40,4 @@ Description: Interactively examine a C program source, cscope emacs binding
.
cscope-el contains the Emacs interfaces to cscope; Darryl Okahata’s
xcscope.el,
- See http://www.emacswiki.org/emacs/CScopeAndEmacs \ No newline at end of file
+ See http://www.emacswiki.org/emacs/CScopeAndEmacs