diff options
author | Arno Töll <arno@debian.org> | 2012-11-21 23:13:54 +0100 |
---|---|---|
committer | Arno Töll <arno@debian.org> | 2012-11-21 23:13:54 +0100 |
commit | 018d43feb1e0cd33cb92a2b689e1d9bb3af96c67 (patch) | |
tree | 0ccff7f1d2151ef17507ec58b0126b693fa408e9 | |
parent | e10de4c4d58df537d1d46eb2338a72246864a232 (diff) | |
download | lighttpd-018d43feb1e0cd33cb92a2b689e1d9bb3af96c67.tar.gz |
Update VCS pointers - we're in git now \o/
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 6 | ||||
-rw-r--r-- | debian/gbp.conf | 2 |
3 files changed, 12 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 7af7c71..a77da66 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +lighttpd (1.4.31-4) UNRELEASED; urgency=low + + * Switch VCS to git + * Push standards version (no changes) + + -- Arno Töll <arno@debian.org> Wed, 21 Nov 2012 23:13:23 +0100 + lighttpd (1.4.31-3) unstable; urgency=high * Fix "configuration files refer to wrong path for documentation" diff --git a/debian/control b/debian/control index e40ac41..cd48277 100644 --- a/debian/control +++ b/debian/control @@ -11,9 +11,9 @@ Build-Depends: debhelper (>= 8), mime-support, libssl-dev, libfam-dev, libldap2-dev, libfcgi-dev, libgdbm-dev, libmemcache-dev, liblua5.1-0-dev, pkg-config, uuid-dev, libsqlite3-dev, libxml2-dev, libkrb5-dev, perl, dpkg-dev (>= 1.16.1~) -Vcs-Svn: svn://svn.debian.org/pkg-lighttpd/lighttpd/trunk -Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-lighttpd/lighttpd/trunk/ -Standards-Version: 3.9.3.1 +Vcs-Git: git://git.debian.org/git/pkg-lighttpd/lighttpd.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-lighttpd/lighttpd.git +Standards-Version: 3.9.4 Package: lighttpd Architecture: any diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..cec628c --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,2 @@ +[DEFAULT] +pristine-tar = True |