@@ -, +, @@ --- debian/build-git-snapshot | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) --- a/debian/build-git-snapshot +++ a/debian/build-git-snapshot @@ -28,9 +28,9 @@ use Getopt::Long; use POSIX qw/strftime/; my $buildresult; -my $distribution='squeeze-dev'; +my $distribution='squeeze'; my $git_checks='all'; -my $version='3.5-1~git'; +my $version='3.6-1~git'; my $auto_version=1; my $need_help; my $debug; --