~ubuntu-branches/ubuntu/intrepid/devmapper/intrepid

« back to all changes in this revision

Viewing changes to lib/regex/parse_rx.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2008-06-02 17:22:40 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080602172240-tb5pinmq9zxghxyb
Tags: 2:1.02.25-1ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - Call dmsetup from udev rules to name the device, so udev creates them
    if they do not already exist, and fill in information about the
    filesystem on the device afterwards.
    (forwarded to Debian #455746):
    + Add debian/dmsetup.udev: Naming udev rules.
    + debian/rules: Call dh_installudev to install above file.
    + debian/control: Add Recommends: dmsetup to the library and the udeb.
  - Support udev-controlled devmapper in initramfs, for consistent device
    discovery/naming during boot and hotplug:
    + Add debian/dmsetup.initramfs: Hook for copying dmsetup and udev rules
      to the initramfs.
    + debian/rules: Copy hook to build directory.
    + debian/dmsetup.install: Install above file from build directory.
    + debian/dmsetup.postinst: Call update-initramfs.
  - debian/rules: Copy po/device-mapper.po to device-mapper.pot so Rosetta
    has a POT file to import.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 *
7
7
 * This copyrighted material is made available to anyone wishing to use,
8
8
 * modify, copy, or redistribute it subject to the terms and conditions
9
 
 * of the GNU General Public License v.2.
 
9
 * of the GNU Lesser General Public License v.2.1.
10
10
 *
11
 
 * You should have received a copy of the GNU General Public License
 
11
 * You should have received a copy of the GNU Lesser General Public License
12
12
 * along with this program; if not, write to the Free Software Foundation,
13
13
 * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
14
14
 */