From 4e52f38986be2bb0437d896ed5896deed5d5bef4 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sun, 9 Feb 2014 15:52:29 +0000 Subject: Switch to git; adjust Vcs-* fields. --- .bzrignore | 51 --------------------------------------------------- .gitignore | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ debian/changelog | 6 ++++++ debian/control | 4 ++-- 4 files changed, 57 insertions(+), 53 deletions(-) delete mode 100644 .bzrignore create mode 100644 .gitignore diff --git a/.bzrignore b/.bzrignore deleted file mode 100644 index 0f130a704..000000000 --- a/.bzrignore +++ /dev/null @@ -1,51 +0,0 @@ -./.pc -./*.out -./Makefile -./autom4te.cache -./build-deb -./build-deb-stamp -./build-udeb -./build-udeb-stamp -./buildit.sh -./buildpkg.sh -./config.cache -./config.h -./config.log -./config.status -./openssh.xml -./opensshd.init -./scp -./sftp -./sftp-server -./ssh -./ssh-add -./ssh-agent -./ssh-keygen -./ssh-keyscan -./ssh-keysign -./ssh-rand-helper -./ssh_prng_cmds -./sshd -./stamp-h.in -./survey -./survey.sh -contrib/gnome-ssh-askpass1 -contrib/gnome-ssh-askpass2 -openbsd-compat/Makefile -scard/Makefile -debian/*.debhelper* -debian/*substvars -debian/copyright -debian/files -debian/openssh-client -debian/openssh-client-udeb -debian/openssh-server -debian/openssh-server-udeb -debian/ssh -debian/ssh-askpass-gnome -debian/ssh-krb5 -debian/tests/key1 -debian/tests/key1.pub -debian/tests/key2 -debian/tests/key2.pub -debian/tmp diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..2c0b0d839 --- /dev/null +++ b/.gitignore @@ -0,0 +1,49 @@ +/*.out +/Makefile +/autom4te.cache +/build-deb +/build-deb-stamp +/build-udeb +/build-udeb-stamp +/buildit.sh +/buildpkg.sh +/config.cache +/config.h +/config.log +/config.status +/openssh.xml +/opensshd.init +/scp +/sftp +/sftp-server +/ssh +/ssh-add +/ssh-agent +/ssh-keygen +/ssh-keyscan +/ssh-keysign +/ssh-rand-helper +/ssh_prng_cmds +/sshd +/stamp-h.in +/survey +/survey.sh +contrib/gnome-ssh-askpass1 +contrib/gnome-ssh-askpass2 +openbsd-compat/Makefile +debian/*.debhelper* +debian/*substvars +debian/copyright +debian/files +debian/openssh-client +debian/openssh-client-udeb +debian/openssh-server +debian/openssh-server-udeb +debian/ssh +debian/ssh-askpass-gnome +debian/ssh-krb5 +debian/tests/key1 +debian/tests/key1.pub +debian/tests/key2 +debian/tests/key2.pub +debian/tmp diff --git a/debian/changelog b/debian/changelog index 949d4a42f..61ff5147a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +openssh (1:6.4p1-3) UNRELEASED; urgency=medium + + * Switch to git; adjust Vcs-* fields. + + -- Colin Watson Sun, 09 Feb 2014 15:52:14 +0000 + openssh (1:6.4p1-2) unstable; urgency=high * Increase ServerKeyBits value in package-generated sshd_config to 1024 diff --git a/debian/control b/debian/control index 82fdde9e6..308b7f4ef 100644 --- a/debian/control +++ b/debian/control @@ -6,8 +6,8 @@ Build-Depends: libwrap0-dev | libwrap-dev, zlib1g-dev (>= 1:1.2.3-1), libssl-dev Standards-Version: 3.8.4 Uploaders: Colin Watson , Matthew Vernon Homepage: http://www.openssh.org/ -Vcs-Bzr: http://anonscm.debian.org/bzr/pkg-ssh/openssh/trunk -Vcs-Browser: http://anonscm.debian.org/loggerhead/pkg-ssh/openssh/trunk +Vcs-Git: git://anonscm.debian.org/pkg-ssh/openssh.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ssh/openssh.git Package: openssh-client Architecture: any -- cgit v1.2.3