diff options
author | P. J. McDermott <pjm@nac.net> | 2012-10-19 23:29:08 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-10-19 23:30:09 (EDT) |
commit | 5989015be3e79f49a8796116664b5d8f804a912b (patch) | |
tree | fe13f20e1b26f3a8473ed340a92d738524ac6f2b | |
parent | 6f28b5a8f6009028441119846516ab30dcd24147 (diff) |
Update packaging to SPF 2.0.
-rwxr-xr-x | build | 21 | ||||
-rw-r--r-- | changelog | 6 | ||||
-rw-r--r-- | control | 4 | ||||
-rw-r--r-- | fakeroot-1.18.2.orig.tar.bz2 (renamed from fakeroot-1.18.2.tar.bz2) | bin | 303775 -> 303775 bytes | |||
-rw-r--r-- | fakeroot-doc.pkg/control | 2 | ||||
-rw-r--r-- | fakeroot-doc.pkg/files (renamed from fakeroot-doc.pkg/install) | 0 | ||||
-rw-r--r-- | fakeroot.pkg/control | 2 | ||||
-rw-r--r-- | fakeroot.pkg/docs | 0 | ||||
-rw-r--r-- | fakeroot.pkg/files (renamed from fakeroot.pkg/install) | 0 | ||||
-rw-r--r-- | format | 2 |
10 files changed, 20 insertions, 17 deletions
@@ -1,15 +1,14 @@ #! /usr/bin/make -f -fakeroot fakeroot-doc: fakeroot.buildstamp - -.SILENT: fakeroot.buildstamp -fakeroot.buildstamp: +build: cd src && \ ./configure --prefix=/usr && \ - make && make DESTDIR=$$(pwd)/../dest install - oh-strip -gl /usr/lib/libfakeroot-0.so - oh-installfiles fakeroot fakeroot-doc - oh-installdocs fakeroot - oh-gencontrol fakeroot fakeroot-doc - oh-buildopk fakeroot fakeroot-doc - touch fakeroot.buildstamp + make && \ + cd .. + +install: + cd src && \ + make DESTDIR=$$(pwd)/../dest install && \ + cd .. + #oh-strip -g + oh-installfiles @@ -1,3 +1,9 @@ +fakeroot (1.18.2-2) trunk + + * Update to SPF 2.0. + + -- "P. J. McDermott" <pjm@nac.net> Fri, 19 Oct 2012 23:16:44 -0400 + fakeroot (1.18.2-1) * Initial release. @@ -1,5 +1,3 @@ -Source: fakeroot -Version: 1.18.2-1 Maintainer: "P. J. McDermott" <pjm@nac.net> -Build-Depends: make, gcc-4.6, libgcc.1, libc-dev +Build-Depends: make, gcc-4.6, libgcc.1, libc-dev, opkhelper-3.0 Homepage: http://anonscm.debian.org/gitweb/?p=users/clint/fakeroot.git;a=summary diff --git a/fakeroot-1.18.2.tar.bz2 b/fakeroot-1.18.2.orig.tar.bz2 Binary files differindex fd53678..fd53678 100644 --- a/fakeroot-1.18.2.tar.bz2 +++ b/fakeroot-1.18.2.orig.tar.bz2 diff --git a/fakeroot-doc.pkg/control b/fakeroot-doc.pkg/control index 4659134..86537aa 100644 --- a/fakeroot-doc.pkg/control +++ b/fakeroot-doc.pkg/control @@ -1,5 +1,5 @@ -Package: fakeroot-doc Architecture: all +Platform: all Depends: fakeroot Description: tool for simulating superuser privileges - documentation fakeroot provides a fake "root environment" by means of LD_PRELOAD and SysV IPC diff --git a/fakeroot-doc.pkg/install b/fakeroot-doc.pkg/files index 0ddb634..0ddb634 100644 --- a/fakeroot-doc.pkg/install +++ b/fakeroot-doc.pkg/files diff --git a/fakeroot.pkg/control b/fakeroot.pkg/control index 07fbe97..f448d5b 100644 --- a/fakeroot.pkg/control +++ b/fakeroot.pkg/control @@ -1,5 +1,5 @@ -Package: fakeroot Architecture: any +Platform: all Description: tool for simulating superuser privileges fakeroot provides a fake "root environment" by means of LD_PRELOAD and SysV IPC (or TCP) trickery. It puts wrappers around getuid(), chown(), stat(), and other diff --git a/fakeroot.pkg/docs b/fakeroot.pkg/docs new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/fakeroot.pkg/docs diff --git a/fakeroot.pkg/install b/fakeroot.pkg/files index 0324523..0324523 100644 --- a/fakeroot.pkg/install +++ b/fakeroot.pkg/files @@ -1 +1 @@ -1.0 +2.0 |