debian/0000775000000000000000000000000012133611362007166 5ustar debian/patches/0000775000000000000000000000000012133611354010616 5ustar debian/patches/conditionalise_gets_check.patch0000664000000000000000000000137712133611354017032 0ustar Description: Conditionalised gets(3) check to sync with glibc 2.17, fixing FTBFS. Origin: Ubuntu Author: Daniel T Chen Forwarded: no Last-Update: 2013-04-17 --- rrep-1.3.3.orig/lib/stdio.in.h +++ rrep-1.3.3/lib/stdio.in.h @@ -691,12 +691,14 @@ _GL_CXXALIAS_RPL (gets, char *, (char *s _GL_CXXALIAS_SYS (gets, char *, (char *s)); # undef gets # endif +#ifdef gets _GL_CXXALIASWARN (gets); /* It is very rare that the developer ever has full control of stdin, so any use of gets warrants an unconditional warning. Assume it is always declared, since it is required by C89. */ _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead"); #endif +#endif #if @GNULIB_OBSTACK_PRINTF@ || @GNULIB_OBSTACK_PRINTF_POSIX@ debian/patches/series0000664000000000000000000000004012133611254012024 0ustar conditionalise_gets_check.patch debian/docs0000664000000000000000000000001411613130043010026 0ustar NEWS README debian/rules0000775000000000000000000000015411616011151010241 0ustar #!/usr/bin/make -f export DH_VERBOSE=1 export DH_ALWAYS_EXCLUDE=COPYING.gz %: dh $@ --with autotools_dev debian/compat0000664000000000000000000000000211613130043010356 0ustar 8 debian/copyright0000664000000000000000000000312011616010571011115 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: rrep Maintainer: Arno Onken Source: http://sourceforge.net/projects/rrep/ Copyright: 2011 Arno Onken License: GPL-3.0+ Files: doc/rrep.texi Copyright: 2011 Arno Onken License: GFDL-1.3+ Files: debian/* Copyright: 2011 Arno Onken License: GPL-3.0+ License: GPL-3.0+ 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 3 of the License, or (at your option) any later version. . This package 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, see . . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". License: GFDL-1.3+ Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. . On Debian GNU/Linux systems, the complete text of GNU Free Documentation License (v1.3) is in `/usr/share/common-licenses/GFDL-1.3'. debian/source/0000775000000000000000000000000011616041764010476 5ustar debian/source/format0000664000000000000000000000001411615320152011672 0ustar 3.0 (quilt) debian/info0000664000000000000000000000001611613130043010033 0ustar doc/rrep.info debian/control0000664000000000000000000000153012133611024010563 0ustar Source: rrep Section: utils Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Arno Onken Build-Depends: debhelper (>= 8), autotools-dev, gettext Standards-Version: 3.9.2 Homepage: http://sourceforge.net/projects/rrep/ #Vcs-Git: git://git.debian.org/collab-maint/rrep.git #Vcs-Browser: http://git.debian.org/?p=collab-maint/rrep.git;a=summary Package: rrep Architecture: any Pre-Depends: ${shlibs:Depends} Depends: ${misc:Depends}, dpkg (>= 1.15.4) | install-info Description: recursive pattern replacement utility rrep is a pattern replacement utility. It comes with support for regular expressions, recursive directory processing, backup, simulation and prompting. The replacement string may contain special characters to refer to portions of the matched pattern. debian/watch0000664000000000000000000000006111613624341010217 0ustar version=3 http://sf.net/rrep/rrep-(.*)\.tar\.gz debian/changelog0000664000000000000000000000120012133611043011025 0ustar rrep (1.3.3-2ubuntu1) raring; urgency=low * Conditionalised gets(3) check, fixing FTBFS. -- Daniel T Chen Wed, 17 Apr 2013 17:20:22 -0400 rrep (1.3.3-2) unstable; urgency=low * Fix packaging mistakes. * Changed Build-Depends debhelper to >= 8. * Removed libpcre3 Build-Depends/Suggests, not used yet. * Added autotools_dev to rules. * Listed the GFDL-1.3 file separately in copyright. -- Arno Onken Tue, 02 Aug 2011 16:30:18 +0200 rrep (1.3.3-1) unstable; urgency=low * Initial release (Closes: #636160) -- Arno Onken Sun, 31 Jul 2011 20:34:05 +0200