[Trisquel-devel] Rev 58: Added nvclock from SirGrant, closes #5102 in file:///home/bzr/package-helpers/trunk/

Ruben Rodriguez ruben at trisquel.info
Sun Jun 10 16:04:09 CEST 2012


At file:///home/bzr/package-helpers/trunk/

------------------------------------------------------------
revno: 58
revision-id: ruben en trisquel.info-20120610140321-fd14u9iw6dh4d956
parent: ruben en trisquel.info-20120610035919-ew9oik217v4pi7xi
committer: Ruben Rodriguez <ruben en trisquel.info>
branch nick: trunk
timestamp: Sun 2012-06-10 16:03:21 +0200
message:
  Added nvclock from SirGrant, closes #5102
------------ pr�xima parte ------------
=== added file 'helpers/lucid/make-nvclock'
--- a/helpers/lucid/make-nvclock	1970-01-01 00:00:00 +0000
+++ b/helpers/lucid/make-nvclock	2012-06-10 14:03:21 +0000
@@ -0,0 +1,30 @@
+#!/bin/sh
+#
+#    Copyright (C) 2012  Grant Houlgate <ghoulgat en member.fsf.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+VERSION=1
+
+. ./config
+
+sed '/The official binary/d; /by root./d;' -i debian/control 
+
+
+changelog "Removed references to non-free programs"
+
+compile
+

=== added file 'helpers/natty/make-nvclock'
--- a/helpers/natty/make-nvclock	1970-01-01 00:00:00 +0000
+++ b/helpers/natty/make-nvclock	2012-06-10 14:03:21 +0000
@@ -0,0 +1,30 @@
+#!/bin/sh
+#
+#    Copyright (C) 2012  Grant Houlgate <ghoulgat en member.fsf.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+VERSION=1
+
+. ./config
+
+sed '/The official binary/d; /by root./d;' -i debian/control 
+
+
+changelog "Removed references to non-free programs"
+
+compile
+

=== added file 'helpers/oneiric/make-nvclock'
--- a/helpers/oneiric/make-nvclock	1970-01-01 00:00:00 +0000
+++ b/helpers/oneiric/make-nvclock	2012-06-10 14:03:21 +0000
@@ -0,0 +1,31 @@
+#!/bin/sh
+#
+#    Copyright (C) 2012  Grant Houlgate <ghoulgat en member.fsf.org>
+#
+#    This program is free software; you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License as published by
+#    the Free Software Foundation; either version 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program; if not, write to the Free Software
+#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+VERSION=1
+EXTERNAL="deb-src http://archive.ubuntu.com/ubuntu precise universe"
+
+. ./config
+
+sed '/The official binary/d; /by root./d;' -i debian/control 
+
+
+changelog "Removed references to non-free programs"
+
+compile
+



More information about the Trisquel-devel mailing list