]> git.pld-linux.org Git - packages/debhelper.git/commitdiff
up to 9.20150101; added pt manuals auto/th/debhelper-9.20150101-1
authorElan Ruusamäe <glen@delfi.ee>
Tue, 5 May 2015 12:40:00 +0000 (15:40 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 5 May 2015 12:43:04 +0000 (15:43 +0300)
use versioned builddir so be able to compare diffs between version

debhelper.spec

index 2c849786d3a6b66c51a0965f988839c4004c4fe6..c8f7478bd6a654203904f3c797f50021e6fdd050 100644 (file)
@@ -5,13 +5,13 @@
 Summary:       Helper programs for debian/rules
 Summary(pl.UTF-8):     Programy pomocnicze dla debian/rules
 Name:          debhelper
-Version:       9.20140613
+Version:       9.20150101
 Release:       1
 License:       GPL v2+
 Group:         Development/Tools
 Source0:       ftp://ftp.debian.org/debian/pool/main/d/debhelper/%{name}_%{version}.tar.gz
-# Source0-md5: ea399f867dbcaf87d6f6007ffe35234f
-URL:           http://kitenet.net/~joey/code/debhelper/
+# Source0-md5: 10e53fc2d752bddc5bb66bfeaba7582e
+URL:           http://joeyh.name/code/debhelper/
 BuildRequires: dpkg
 BuildRequires: fakeroot
 BuildRequires: perl-tools-pod
@@ -38,7 +38,8 @@ pakietu, kompresji plików, poprawiania uprawnień plików, integracji
 pakietu z systemem menu Debiana, debconfem, doc-base itp.
 
 %prep
-%setup -q -n %{name}
+%setup -qc
+mv %{name}/* .
 
 %build
 %{!?with_tests:DEB_BUILD_OPTIONS=nocheck} \
This page took 0.074909 seconds and 4 git commands to generate.