| author | Stefan <source@stbuehler.de> | 2011-02-25 22:04:30 (GMT) |
|---|---|---|
| committer | Stefan <source@stbuehler.de> | 2011-02-25 22:04:30 (GMT) |
| commit | 7a2ace6635d5f65566da5b3a80ef15d37878129c (patch) (side-by-side diff) | |
| tree | 0011a06d787981c54c1b7f452172e6531c60cfd8 | |
| parent | d90c5508399b1e944ec7c0b171fa5f2cd59c0037 (diff) | |
| download | cgit-master.zip cgit-master.tar.gz cgit-master.tar.bz2 | |
Use 3.0 source format, add git as component tarHEADrefs/patches/master/use-3-0-source-format-add-git-master
| -rw-r--r-- | debian/compat | 2 | ||||
| -rw-r--r-- | debian/control | 2 | ||||
| -rwxr-xr-x | debian/rules | 8 | ||||
| -rw-r--r-- | debian/source/format | 1 |
4 files changed, 3 insertions, 10 deletions
diff --git a/debian/compat b/debian/compat index 1e8b314..7f8f011 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -6 +7 diff --git a/debian/control b/debian/control index f2522ac..3380c9f 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: cgit Section: web Priority: extra Maintainer: Stefan Bühler <source@stbuehler.de> -Build-Depends: cdbs, debhelper (>= 6), zlib1g-dev, libssl-dev, libcurl4-openssl-dev, curl +Build-Depends: cdbs, debhelper (>= 7), zlib1g-dev, libssl-dev, libcurl4-openssl-dev, curl Standards-Version: 3.9.1 Homepage: http://hjemli.net/git/cgit/ Vcs-Git: git://hjemli.net/pub/git/cgit diff --git a/debian/rules b/debian/rules index cdd0c3c..6680425 100755 --- a/debian/rules +++ b/debian/rules @@ -27,11 +27,3 @@ DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DEB_DESTDIR) CC='$(CC)' CFLAGS='$(CF DEB_MAKE_BUILD_TARGET = all DESTDIR=$(DEB_DESTDIR) CC='$(CC)' CFLAGS='$(CFLAGS)' $(OPTS) DEB_DH_SHLIBDEPS_ARGS_cgit = -- debian/tmp/usr/lib/cgi-bin/cgit.cgi - -common-configure-arch common-configure-indep:: debian/stamp-get-git -debian/stamp-get-git: - $(MAKE) get-git - touch debian/stamp-get-git - -clean:: - rm -rf git debian/stamp-get-git diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- a/dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) |
