summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--debian/control5
2 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index cfa3906..ad3b9e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cscope (15.6-6) UNRELEASED; urgency=low
+
+ * Remove Homepage tag in control in favour of the new control field.
+ * Add Vcs-Git and Vcs-Browser control fields.
+
+ -- Tobias Klauser <tklauser@access.unizh.ch> Sat, 26 Jan 2008 18:38:05 +0100
+
cscope (15.6-5) unstable; urgency=low
* Remove left over Emacs startup file (Closes: #454377)
diff --git a/debian/control b/debian/control
index 4f3ae41..b36cc4f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,9 @@ Priority: optional
Maintainer: Tobias Klauser <tklauser@access.unizh.ch>
Build-Depends: debhelper (>= 5), dpatch, autotools-dev, bison, flex, libncurses5-dev
Standards-Version: 3.7.3
+Homepage: http://cscope.sourceforge.net
+Vcs-Git: http://git.distanz.ch/scm/debian/pkg-cscope.git
+Vcs-Browser: http://git.distanz.ch/debian/pkg-cscope.git
Package: cscope
Architecture: any
@@ -25,5 +28,3 @@ Description: Interactively examine a C program source
Where does the message "out of space" come from?
Where is this source file in the directory structure?
What files include this header file?
- .
- Homepage: <http://cscope.sourceforge.net/>