Changeset 5464
- Timestamp:
- 06/02/09 03:14:51 (4 years ago)
- Location:
- pkg/kev/main/vinagre/trunk/debian
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
pkg/kev/main/vinagre/trunk/debian/changelog
r5053 r5464 1 vinagre (2.24.2-parsix1) unstable; urgency=low 2 3 * Sync'd with Debian 2.24.2-2 4 5 -- Alan Baghumian <alan@technotux.org> Thu, 05 Mar 2009 17:47:11 -0800 1 vinagre (2.26.2-parsix1) unstable; urgency=low 2 3 * Sync'd with Debian 2.26.2-1 4 5 -- Alan Baghumian <alan@technotux.org> Mon, 01 Jun 2009 18:13:34 -0700 6 7 vinagre (2.26.2-1) unstable; urgency=low 8 9 [ Josselin Mouette ] 10 * Build-depend on docbook-xml. Closes: #518461. 11 12 [ Emilio Pozuelo Monfort ] 13 * New upstream release. 14 * Require libgtk-vnc-1.0-dev 0.3.8. 15 * debian/copyright: updated. 16 * Standards-Version is 3.8.1, no changes needed. 17 * debian/menu: added. 18 19 [ Josselin Mouette ] 20 * New upstream release. 21 22 -- Josselin Mouette <joss@debian.org> Mon, 01 Jun 2009 11:12:43 +0200 6 23 7 24 vinagre (2.24.2-2) unstable; urgency=low 8 25 9 [ Emilio Pozuelo Monfort ]10 26 * debian/watch: only track stable releases. 11 27 * debian/rules: Restore accidentally removed code that removes useless … … 14 30 - debian/rules: remove check-dist include. 15 31 16 -- Alan Baghumian <alan@technotux.org> Thu, 05 Mar 2009 17:46:26 -080032 -- Emilio Pozuelo Monfort <pochu@ubuntu.com> Wed, 04 Mar 2009 23:37:34 +0100 17 33 18 34 vinagre (2.24.2-1) experimental; urgency=high -
pkg/kev/main/vinagre/trunk/debian/control
r5099 r5464 3 3 Priority: optional 4 4 Maintainer: Emilio Pozuelo Monfort <pochu@ubuntu.com> 5 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Loic Minier <lool@dooz.org>5 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Josselin Mouette <joss@debian.org>, Loic Minier <lool@dooz.org> 6 6 Build-Depends: cdbs (>= 0.4.52), 7 7 debhelper (>= 5.0.51~), … … 14 14 libgconf2-dev (>= 2.16.0), 15 15 libgnome-keyring-dev, 16 libgtk-vnc-1.0-dev (>= 0.3. 7),16 libgtk-vnc-1.0-dev (>= 0.3.8), 17 17 libavahi-ui-dev (>= 0.6.22), 18 18 libavahi-gobject-dev (>= 0.6.22), 19 19 libpanel-applet2-dev (>= 2.0), 20 20 gconf2, 21 xsltproc22 Standards-Version: 3.8. 021 docbook-xml 22 Standards-Version: 3.8.1 23 23 Homepage: http://www.gnome.org/projects/vinagre/ 24 24 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/experimental/vinagre -
pkg/kev/main/vinagre/trunk/debian/control.in
r5099 r5464 14 14 libgconf2-dev (>= 2.16.0), 15 15 libgnome-keyring-dev, 16 libgtk-vnc-1.0-dev (>= 0.3. 7),16 libgtk-vnc-1.0-dev (>= 0.3.8), 17 17 libavahi-ui-dev (>= 0.6.22), 18 18 libavahi-gobject-dev (>= 0.6.22), 19 19 libpanel-applet2-dev (>= 2.0), 20 20 gconf2, 21 xsltproc22 Standards-Version: 3.8. 021 docbook-xml 22 Standards-Version: 3.8.1 23 23 Homepage: http://www.gnome.org/projects/vinagre/ 24 24 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/experimental/vinagre -
pkg/kev/main/vinagre/trunk/debian/copyright
r5053 r5464 8 8 Copyright: 9 9 10 Copyright (C) 2007, 2008 - Jonh Wendell <wendell@bani.com.br> 11 Copyright (C) 2006 Kristian Rietveld <kris@babi-pangang.org> 10 Copyright (C) 2007-2009 Jonh Wendell <wendell@bani.com.br> 12 11 Copyright (C) 2003 - Bastien Nocera <hadess@hadess.net> 13 Copyright (C) 1999, 2000, 2000 Red Hat Inc. 12 Copyright (C) 1999, 2000 Red Hat Inc. 13 14 Files in po/ are Copyright their respective translators unless specified 15 otherwise, and are licensed under the same terms as Vinagre, see below. 14 16 15 17 License: … … 28 30 along with this package; if not, write to the Free Software 29 31 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 32 33 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 35 36 vinagre is free software: you can redistribute it and/or modify it 37 under the terms of the GNU General Public License as published by the 38 Free Software Foundation, either version 3 of the License, or 39 (at your option) any later version. 40 41 vinagre is distributed in the hope that it will be useful, but 42 WITHOUT ANY WARRANTY; without even the implied warranty of 43 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 44 See the GNU General Public License for more details. 45 46 You should have received a copy of the GNU General Public License along 47 with this program. If not, see <http://www.gnu.org/licenses/>. 30 48 31 49 … … 58 76 59 77 On Debian systems, the complete text of the GNU General 60 Public License can be found in `/usr/share/common-licenses/GPL'. 61 78 Public License can be found in `/usr/share/common-licenses/GPL-2' for the 79 version 2 of the License, and `/usr/share/common-licenses/GPL-3' for the 80 version 3 of the License.
Note: See TracChangeset
for help on using the changeset viewer.


