Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Drop unused debian/get-orig-source
· 13f6c42b
Andreas Tille
authored
Dec 17, 2019
13f6c42b
Add debian/tests/pkg-perl/smoke-files
· 2e4ac90d
Andreas Tille
authored
Dec 17, 2019
2e4ac90d
Upload to unstable
· 0e9ef8af
Andreas Tille
authored
Dec 17, 2019
0e9ef8af
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
0e9ef8af
gbrowse (2.56+dfsg-6) unstable; urgency=medium
* Drop unused debian/get-orig-source
* Add debian/tests/pkg-perl/smoke-files (thanks for the hint to
gregor herrmann <gregoa@debian.org>)
Closes: #946718
-- Andreas Tille <tille@debian.org> Tue, 17 Dec 2019 10:03:23 +0100
gbrowse (2.56+dfsg-5) unstable; urgency=medium
* debhelper-compat 12
...
...
debian/get-orig-source
deleted
100755 → 0
View file @
487634e4
#!/bin/bash
echo
"Please use uscan with Files-Excluded for the next upstream version"
exit
set
-e
PKG
=
`
dpkg-parsechangelog |
awk
'/^Source/ { print $2 }'
`
VERSION
=
`
uscan
--rename
--verbose
--force-download
|
grep
"Newest version on remote site is .* local version is .*"
|
head
-n
1 |
sed
"s/Newest version on remote site is
\(
[a-z0-9.]
\+\)
,.*/
\1
/"
`
mkdir
-p
../tarballs
cd
../tarballs
UTAR
=
"
${
PKG
}
_
${
VERSION
}
.orig.tar.gz"
mv
../
${
UTAR
}
.
tar
-xzf
${
UTAR
}
mv
GBrowse-
${
VERSION
}
$PKG
-
${
VERSION
}
+dfsg.orig
# .orig is requested by Developers Reference 3.4.4 §6.7.8.2
cd
$PKG
-
${
VERSION
}
+dfsg.orig
rm
-rf
contrib
# Fix upstream bug 3321801
chmod
644 t/testdata/conf/languages/POSIX.pm
sed
-i
'/^contrib\//d'
MANIFEST
cd
..
rm
$UTAR
BZIP2
=
"--best"
tar
-cjf
${
PKG
}
_
${
VERSION
}
+dfsg.orig.tar.bz2
${
PKG
}
-
${
VERSION
}
+dfsg.orig
rm
-rf
${
PKG
}
-
${
VERSION
}
+dfsg.orig
debian/tests/pkg-perl/smoke-files
0 → 100644
View file @
0e9ef8af
t/
sample_data/